5 references to new
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3383
MeasureItemEventArgs mievent =
new
(graphics, i, original);
3594
MeasureItemEventArgs mie =
new
(graphics, itemID, ItemHeight);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1955
MeasureItemEventArgs mie =
new
(graphics, i, ItemHeight);
2380
MeasureItemEventArgs mie =
new
(graphics, (int)mis->itemID, ItemHeight);
System\Windows\Forms\Layout\MeasureItemEventArgs.cs (1)
15
:
this
(graphics, index, 0)