3 writes to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6043_newWidthForColumnWidthChangingCancelled = -1; 6082_newWidthForColumnWidthChangingCancelled = colWidthChanging.NewWidth; 6163_newWidthForColumnWidthChangingCancelled = -1;
4 references to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6153if (_newWidthForColumnWidthChangingCancelled != -1) 6158_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6275if (_newWidthForColumnWidthChangingCancelled != -1) 6280_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled;