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