5 instantiations of ComboBoxDesigner
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\Behavior\SnapLineTests.cs (1)
256derivedDesigner = new ComboBoxDesigner();
System\Windows\Forms\Design\ComboBoxDesignerTests.cs (4)
13using ComboBoxDesigner comboBoxDesigner = new(); 23using ComboBoxDesigner comboBoxDesigner = new(); 33using ComboBoxDesigner comboBoxDesigner = new(); 49using ComboBoxDesigner comboBoxDesigner = new();
5 references to ComboBoxDesigner
System.Design (1)
System.Design.Forwards.cs (1)
46[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ComboBoxDesigner))]
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ComboBoxDesignerTests.cs (4)
13using ComboBoxDesigner comboBoxDesigner = new(); 23using ComboBoxDesigner comboBoxDesigner = new(); 33using ComboBoxDesigner comboBoxDesigner = new(); 49using ComboBoxDesigner comboBoxDesigner = new();