11 references to GetFormatterCulture
System.Windows.Forms (11)
System\Windows\Forms\Internal\Formatter.cs (11)
152return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 168return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value); 183return (bool)sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, s_booleanType)! 209return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 213return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value); 300return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 306return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 335return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), state == CheckState.Checked); 358return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 362return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 407return string.Compare(valueStr, formattedNullValueStr, true, GetFormatterCulture(formatInfo)) == 0;