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