BamlLocalizabilityResolver Class
Resolves localizable settings for classes and properties in binary XAML (BAML).
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
The BamlLocalizabilityResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BamlLocalizabilityResolver | Initializes a new instance of the BamlLocalizabilityResolver class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetElementLocalizability | Returns a value that indicates whether a specified type of element can be localized and, if so, whether it can be formatted inline. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPropertyLocalizability | Returns a value that indicates whether a specified property of a specified type of element can be localized. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveAssemblyFromClass | Returns the full name of the assembly that contains the specified class. |
![]() | ResolveFormattingTagToClass | Returns the full class name of a XAML tag that has not been encountered in BAML. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
BamlLocalizabilityResolver is used by the BamlLocalizer in order to resolve localizability settings for classes and properties in BAML. The resolver is called both at the time of resource extraction as well as when localized BAML is updated.
At the time of resource extraction (ExtractResources), the resolver:
Provides LocalizabilityAttribute for classes and properties in BAML when the BamlLocalizer is constructing localizable resources.
Provides formatting preferences for elements in BAML so elements are formatted as inline tags.
At the time at which localized BAML is updated (UpdateBaml), the resolver:
Resolves formatting tags back into classes.
Resolves the name of the assembly that contains class definition.
BamlLocalizabilityResolver is subclassed by an internal class that performs the practical aspects of the class functions for BamlLocalizer.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
