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