Telerik.Windows.Documents.FormatProviders.Xaml
Represents a wrapper of allowing the latter to be used in data binding scenarios.
Initializes a new instance of the class.
The xaml property.
Gets or sets the current document as XAML.
The source property.
Sets the source.
The dependency object.
The source value.
Gets the source.
The dependency object.
The source represented as a string.
Gets the attached data provider.
The dependency object.
The data provider.
Represents a format provider that can import and export XAML documents from a .
Gets the name of the specific format provider.
The name.
Gets the extensions supported by this format provider.
The supported extensions.
Gets a value indicating whether this instance can import.
true if this instance can import; otherwise, false.
Gets a value indicating whether this instance can export.
true if this instance can export; otherwise, false.
Gets the version.
The version.
Gets or sets the settings used while exporting.
The export settings.
Gets or sets the settings used while importing.
The import settings.
Initializes a new instance of the class.
Imports the specified into a instance.
The containing the XAML document.
The generated instance.
Exports the specified instance to XAML.
The document.
The the document should be saved into.
Imports the specified XAML .
The string containing the XAML document.
The generated instance.
Exports the specified document to a .
The document.
A containing the document.
Loads a predefined stylesheet.
The stream containing the stylesheet.
The loaded object.
Saves a stylesheet.
The stylesheet.
The output stream.