C# Class Alba.Jaml.MSInternal.XamlLanguage

Defines constants that provide strings or objects that are useful for XAML markup or for programming with XAML types. These strings or objects are relevant to XAML language concepts, to the implementation of XAML language concepts in .NET Framework XAML Services, or to both.
显示文件 Open project: Athari/Alba.Jaml

Private Properties

Property Type Description
GetAllDirectives ReadOnlyCollection
GetAllTypes ReadOnlyCollection
GetSchemaContext XamlSchemaContext
GetXamlDirective System.Xaml.XamlDirective
GetXamlDirective System.Xaml.XamlDirective
GetXamlDirective System.Xaml.XamlDirective
GetXamlType XamlType
GetXmlDirective System.Xaml.XamlDirective
LookupXamlDirective System.Xaml.XamlDirective
LookupXamlType XamlType
LookupXmlDirective System.Xaml.XamlDirective
TypeAlias string

Private Methods

Method Description
GetAllDirectives ( ) : ReadOnlyCollection
GetAllTypes ( ) : ReadOnlyCollection
GetSchemaContext ( ) : XamlSchemaContext
GetXamlDirective ( string name ) : XamlDirective
GetXamlDirective ( string name, AllowedMemberLocations allowedLocation ) : XamlDirective
GetXamlDirective ( string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : XamlDirective
GetXamlType ( Type type ) : XamlType
GetXmlDirective ( string name ) : XamlDirective
LookupXamlDirective ( string name ) : XamlDirective
LookupXamlType ( string typeNamespace, string typeName ) : XamlType
LookupXmlDirective ( string name ) : XamlDirective
TypeAlias ( Type type ) : string