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