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)
78ItemWidth = value
4 references to ItemWidth
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBoxTests.cs (1)
2591Assert.Equal(0, e.ItemWidth);
System\Windows\Forms\MeasureItemEventArgsTests.cs (3)
29Assert.Equal(0, e.ItemWidth); 50Assert.Equal(0, e.ItemWidth); 80Assert.Equal(value, e.ItemWidth);