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)
6153
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6158
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;
6275
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6280
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;