3 writes to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6106_newWidthForColumnWidthChangingCancelled = -1; 6145_newWidthForColumnWidthChangingCancelled = colWidthChanging.NewWidth; 6226_newWidthForColumnWidthChangingCancelled = -1;
4 references to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6216if (_newWidthForColumnWidthChangingCancelled != -1) 6221_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6338if (_newWidthForColumnWidthChangingCancelled != -1) 6343_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled;