9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1304value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1403value = ConvertHelper(implicitConverter, value, targetType, TargetElement, GetCulture()); 1573culture = GetCulture(); 1588culture = GetCulture(); 1832CultureInfo culture = GetCulture(); 2064ValidationError error = RunValidationRule(DataErrorValidationRule.Instance, this, GetCulture());
System\Windows\Data\BindingExpressionBase.cs (1)
1177CultureInfo culture = GetCulture();
System\Windows\Data\MultiBindingExpression.cs (2)
618CultureInfo culture = GetCulture(); 1151CultureInfo culture = GetCulture();