3 writes to newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
5529
this.
newWidthForColumnWidthChangingCancelled
= -1;
5567
this.
newWidthForColumnWidthChangingCancelled
= colWidthChanging.NewWidth;
5640
this.
newWidthForColumnWidthChangingCancelled
= -1;
4 references to newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
5632
if (this.
newWidthForColumnWidthChangingCancelled
!= -1) {
5635
this.columnHeaders[nmheader.iItem].Width = this.
newWidthForColumnWidthChangingCancelled
;
5742
if (this.
newWidthForColumnWidthChangingCancelled
!= -1) {
5745
this.columnHeaders[nmheader.iItem].Width = this.
newWidthForColumnWidthChangingCancelled
;