Property | Type | Description | |
---|---|---|---|
DefaultDictionaryProperty |
Method | Description | |
---|---|---|
GetDefaultDictionary ( |
Getter of DependencyProperty default dictionary.
|
|
GetLocalizedObject ( string key, |
Get the localized object.
|
|
SetDefaultDictionary ( |
Setter of DependencyProperty default dictionary.
|
Method | Description | |
---|---|---|
GetAssembly ( |
Get the assembly from the context, if possible.
|
|
GetDictionary ( |
Get the dictionary from the context, if possible.
|
Method | Description | |
---|---|---|
AttachedPropertyChanged ( |
Indicates, that one of the attached properties changed.
|
|
CSVLocalizationProvider ( ) : System |
The singleton constructor.
|
|
ParentChangedAction ( |
An action that will be called when a parent of one of the observed target objects changed.
|
protected GetAssembly ( |
||
target | The target object. | |
return | string |
public static GetDefaultDictionary ( |
||
obj | The dependency object to get the default dictionary from. | |
return | string |
protected GetDictionary ( |
||
target | The target object. | |
return | string |
public GetLocalizedObject ( string key, |
||
key | string | The key to the value. |
target | The target object. | |
culture | The culture to use. | |
return | object |
public static SetDefaultDictionary ( |
||
obj | The dependency object to set the default dictionary to. | |
value | string | The dictionary. |
return | void |