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); 313return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 319return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 348return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), state == CheckState.Checked); 371return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 375return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 420return string.Compare(valueStr, formattedNullValueStr, true, GetFormatterCulture(formatInfo)) == 0;