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