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