I have a flowdocument in WPF that looks like this: <FlowD开发者_StackOverflowocument xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
Is it possible to convert a System.Windows.Documents.Block to System.Windows.UIElement? I need this as I want to add the blocks I created to a fixed document.Is there a开发者_开发百科ny other way?For
I\'m trying to implement a piece of functionality that will let the user to drag files into an application to be opened in the FlowDocumentReader.