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