9 references to GetCulture
PresentationFramework (9)
src\Framework\System\Windows\Data\BindingExpression.cs (6)
1305
value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter,
GetCulture
());
1402
value = ConvertHelper(implicitConverter, value, targetType, TargetElement,
GetCulture
());
1567
culture =
GetCulture
();
1582
culture =
GetCulture
();
1846
CultureInfo culture =
GetCulture
();
2087
ValidationError error = RunValidationRule(DataErrorValidationRule.Instance, this,
GetCulture
());
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1189
CultureInfo culture =
GetCulture
();
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
629
CultureInfo culture =
GetCulture
();
1162
CultureInfo culture =
GetCulture
();