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