9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1299
value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter,
GetCulture
());
1398
value = ConvertHelper(implicitConverter, value, targetType, TargetElement,
GetCulture
());
1568
culture =
GetCulture
();
1583
culture =
GetCulture
();
1826
CultureInfo culture =
GetCulture
();
2058
ValidationError error = RunValidationRule(DataErrorValidationRule.Instance, this,
GetCulture
());
System\Windows\Data\BindingExpressionBase.cs (1)
1176
CultureInfo culture =
GetCulture
();
System\Windows\Data\MultiBindingExpression.cs (2)
617
CultureInfo culture =
GetCulture
();
1150
CultureInfo culture =
GetCulture
();