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