System.Windows.Markup Namespace |
Class | Description | |
---|---|---|
ContentPropertyAttribute |
Indicates which property of a type is the XAML content property. A XAML processor
uses this information when processing XAML child elements of XAML representations
of the attributed type.
| |
MarkupExtension |
Provides a base class for XAML markup extension implementations that can
be supported by .NET Framework XAML Services and other XAML readers and XAML
writers.
| |
StaticResource |
Class used to access elements inside the XAML code
| |
SupportsDirectContentViaTypeFromStringConvertersAttribute |
Indicates that the type supports direct content when used in XAML. A XAML processor
uses this information when processing XAML child elements of XAML representations
of the attributed type. The direct content is converted using the
TypeFromStringConverter class.
| |
XamlParseException | Represents the exception class for parser-specific exceptions from a WPF XAML parser. This exception is used in XAML API or WPF XAML parser operations from .NET Framework 3.0 and .NET Framework 3.5, or for specific use of the WPF XAML parser by calling XamlReader API. | |
XmlnsDefinitionAttribute |
Specifies a mapping on a per-assembly basis between a XAML namespace and
a CLR namespace, which is then used for type resolution by a XAML object
writer or XAML schema context.
|
Interface | Description | |
---|---|---|
IProvideValueTarget |
Represents a service that reports situational object-property relationships
for markup extension evaluation.
|