4 writes to columnHeaderClicked
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
5534this.columnHeaderClicked = this.columnHeaders[nmheader.iItem]; 5538this.columnHeaderClicked = null; 5604this.columnHeaderClicked = null; 5737this.columnHeaderClicked = null;
3 references to columnHeaderClicked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
5535this.columnHeaderClickedWidth = this.columnHeaderClicked.Width; 5584if (this.columnHeaderClicked == null || 5585(this.columnHeaderClicked == this.columnHeaders[nmheader.iItem] &&