1 write to formatString
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListControl.cs (1)
248formatString = value;
3 references to formatString
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListControl.cs (3)
242return formatString; 247if (!value.Equals(formatString)) { 592return (string) Formatter.FormatObject(filteredItem, typeof(String), this.DisplayMemberConverter, stringTypeConverter, formatString, formatInfo, null, System.DBNull.Value);