9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1313
value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter,
GetCulture
());
1412
value = ConvertHelper(implicitConverter, value, targetType, TargetElement,
GetCulture
());
1582
culture =
GetCulture
();
1597
culture =
GetCulture
();
1863
CultureInfo culture =
GetCulture
();
2107
ValidationError error = RunValidationRule(DataErrorValidationRule.Instance, this,
GetCulture
());
System\Windows\Data\BindingExpressionBase.cs (1)
1185
CultureInfo culture =
GetCulture
();
System\Windows\Data\MultiBindingExpression.cs (2)
629
CultureInfo culture =
GetCulture
();
1162
CultureInfo culture =
GetCulture
();