11 references to GetFormatterCulture
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Formatter.cs (11)
137
return sourceConverter.ConvertTo(null,
GetFormatterCulture
(formatInfo), value, targetType);
142
return targetConverter.ConvertFrom(null,
GetFormatterCulture
(formatInfo), value);
154
return (bool)sourceConverter.ConvertTo(null,
GetFormatterCulture
(formatInfo), value, booleanType)
181
return sourceConverter.ConvertTo(null,
GetFormatterCulture
(formatInfo), value, targetType);
184
return targetConverter.ConvertFrom(null,
GetFormatterCulture
(formatInfo), value);
278
return targetConverter.ConvertFrom(null,
GetFormatterCulture
(formatInfo), value);
283
return sourceConverter.ConvertTo(null,
GetFormatterCulture
(formatInfo), value, targetType);
306
return targetConverter.ConvertFrom(null,
GetFormatterCulture
(formatInfo), state == CheckState.Checked);
331
return targetConverter.ConvertFrom(null,
GetFormatterCulture
(formatInfo), value);
334
return sourceConverter.ConvertTo(null,
GetFormatterCulture
(formatInfo), value, targetType);
375
return String.Compare(valueStr, formattedNullValueStr, true,
GetFormatterCulture
(formatInfo)) == 0;