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)
43NewWidth = 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)
19Assert.Equal(newWidth, e.NewWidth); 31Assert.Equal(newWidth, e.NewWidth); 45Assert.Equal(value, e.NewWidth);