2 writes to ItemWidth
System.Windows.Forms (1)
System\Windows\Forms\Layout\MeasureItemEventArgs.cs (1)
24ItemWidth = 0;
System.Windows.Forms.Tests (1)
System\Windows\Forms\MeasureItemEventArgsTests.cs (1)
80ItemWidth = value
4 references to ItemWidth
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBoxTests.cs (1)
2593Assert.Equal(0, e.ItemWidth);
System\Windows\Forms\MeasureItemEventArgsTests.cs (3)
31Assert.Equal(0, e.ItemWidth); 52Assert.Equal(0, e.ItemWidth); 82Assert.Equal(value, e.ItemWidth);