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