1 write to formattingEnabled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListControl.cs (1)
280formattingEnabled = value;
3 references to formattingEnabled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListControl.cs (3)
276return formattingEnabled; 279if (value != formattingEnabled) { 559if (!formattingEnabled) {