3 writes to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6123
_newWidthForColumnWidthChangingCancelled
= -1;
6162
_newWidthForColumnWidthChangingCancelled
= colWidthChanging.NewWidth;
6243
_newWidthForColumnWidthChangingCancelled
= -1;
4 references to _newWidthForColumnWidthChangingCancelled
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6233
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6238
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;
6355
if (
_newWidthForColumnWidthChangingCancelled
!= -1)
6360
_columnHeaders[nmheader->iItem].Width =
_newWidthForColumnWidthChangingCancelled
;