2 writes to ItemWidth
System.Windows.Forms (1)
System\Windows\Forms\Layout\MeasureItemEventArgs.cs (1)
24
ItemWidth
= 0;
System.Windows.Forms.Tests (1)
System\Windows\Forms\MeasureItemEventArgsTests.cs (1)
78
ItemWidth
= value
4 references to ItemWidth
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBoxTests.cs (1)
2591
Assert.Equal(0, e.
ItemWidth
);
System\Windows\Forms\MeasureItemEventArgsTests.cs (3)
29
Assert.Equal(0, e.
ItemWidth
);
50
Assert.Equal(0, e.
ItemWidth
);
80
Assert.Equal(value, e.
ItemWidth
);