1 write to stringTypeConverter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListControl.cs (1)
588
stringTypeConverter
= TypeDescriptor.GetConverter(typeof(String));
2 references to stringTypeConverter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListControl.cs (2)
586
if (
stringTypeConverter
== null)
592
return (string) Formatter.FormatObject(filteredItem, typeof(String), this.DisplayMemberConverter,
stringTypeConverter
, formatString, formatInfo, null, System.DBNull.Value);