3 writes to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6108_newWidthForColumnWidthChangingCancelled = -1; 6147_newWidthForColumnWidthChangingCancelled = colWidthChanging.NewWidth; 6228_newWidthForColumnWidthChangingCancelled = -1;
4 references to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6218if (_newWidthForColumnWidthChangingCancelled != -1) 6223_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6340if (_newWidthForColumnWidthChangingCancelled != -1) 6345_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled;