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