9 references to GetCulture
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (6)
1300value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1399value = ConvertHelper(implicitConverter, value, targetType, TargetElement, GetCulture()); 1569culture = GetCulture(); 1584culture = GetCulture(); 1828CultureInfo culture = GetCulture(); 2060ValidationError 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();