Method | Description | |
---|---|---|
BamlLocalizabilityByReflection ( ) : System | ||
GetElementLocalizability ( string assembly, string className ) : System.Windows.Markup.Localizer.ElementLocalizability |
Return the localizability of an element to the BamlLocalizer
|
|
GetPropertyLocalizability ( string assembly, string className, string property ) : System.Windows.LocalizabilityAttribute |
return localizability of a property to the BamlLocalizer
|
|
ResolveAssemblyFromClass ( string className ) : string |
Resolve a class name back to its containing assembly
|
|
ResolveFormattingTagToClass ( string formattingTag ) : string |
Resolve a formatting tag back to the actual class name
|
Method | Description | |
---|---|---|
DependencyPropertyFromName ( string propertyName, |
||
GetAssemblyShortName ( string assemblyFullName ) : string | ||
GetCompatibleAssemblyName ( string shortName ) : string | ||
GetLocalizabilityForAttachedProperty ( string propertyName, |
Get localizability for attached property
|
|
GetLocalizabilityForClrProperty ( string propertyName, |
Get the localizability of a CLR property
|
|
GetLocalizabilityFromType ( |
gets the localizabiity attribute of a given the type
|
|
GetType ( string assemblyName, string className ) : |
public BamlLocalizabilityByReflection ( ) : System | ||
return | System |
public GetElementLocalizability ( string assembly, string className ) : System.Windows.Markup.Localizer.ElementLocalizability | ||
assembly | string | |
className | string | |
return | System.Windows.Markup.Localizer.ElementLocalizability |
public GetPropertyLocalizability ( string assembly, string className, string property ) : System.Windows.LocalizabilityAttribute | ||
assembly | string | |
className | string | |
property | string | |
return | System.Windows.LocalizabilityAttribute |
public ResolveAssemblyFromClass ( string className ) : string | ||
className | string | |
return | string |
public ResolveFormattingTagToClass ( string formattingTag ) : string | ||
formattingTag | string | |
return | string |