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