11 references to GetFormatterCulture
System.Windows.Forms (11)
System\Windows\Forms\Internal\Formatter.cs (11)
153return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 169return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value); 184return (bool)sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, s_booleanType)! 210return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 214return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value); 301return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 307return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 336return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), state == CheckState.Checked); 359return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), value!); 363return sourceConverter.ConvertTo(context: null, GetFormatterCulture(formatInfo), value, targetType); 408return string.Compare(valueStr, formattedNullValueStr, true, GetFormatterCulture(formatInfo)) == 0;