3 writes to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6116
_newWidthForColumnWidthChangingCancelled
= -1;
6155
_newWidthForColumnWidthChangingCancelled
= colWidthChanging.NewWidth;
6236
_newWidthForColumnWidthChangingCancelled
= -1;
4 references to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6226
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6231
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;
6348
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6353
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;