9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1300
value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter,
GetCulture
());
1399
value = ConvertHelper(implicitConverter, value, targetType, TargetElement,
GetCulture
());
1569
culture =
GetCulture
();
1584
culture =
GetCulture
();
1828
CultureInfo culture =
GetCulture
();
2060
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
();