9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1304
value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter,
GetCulture
());
1403
value = ConvertHelper(implicitConverter, value, targetType, TargetElement,
GetCulture
());
1573
culture =
GetCulture
();
1588
culture =
GetCulture
();
1832
CultureInfo culture =
GetCulture
();
2064
ValidationError error = RunValidationRule(DataErrorValidationRule.Instance, this,
GetCulture
());
System\Windows\Data\BindingExpressionBase.cs (1)
1177
CultureInfo culture =
GetCulture
();
System\Windows\Data\MultiBindingExpression.cs (2)
618
CultureInfo culture =
GetCulture
();
1151
CultureInfo culture =
GetCulture
();