2 writes to NewWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ColumnWidthChangingEventArgs.cs (1)
17NewWidth = newWidth;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnWidthChangingEventArgsTests.cs (1)
41NewWidth = value
5 references to NewWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
6072nmheader->pitem->cxy = colWidthChanging.NewWidth; 6082_newWidthForColumnWidthChangingCancelled = colWidthChanging.NewWidth;
System.Windows.Forms.Tests (3)
System\Windows\Forms\ColumnWidthChangingEventArgsTests.cs (3)
17Assert.Equal(newWidth, e.NewWidth); 29Assert.Equal(newWidth, e.NewWidth); 43Assert.Equal(value, e.NewWidth);