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