24 references to Control
System.Windows.Forms (19)
System\Windows\Forms\ActiveX\AxHost.cs (1)
180: base()
System\Windows\Forms\Control.cs (1)
413public Control(Control? parent, string? text) : this()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
110public DateTimePicker() : base()
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
28public GroupBox() : base()
System\Windows\Forms\Controls\Labels\Label.cs (1)
63public Label() : base()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
214public ListView() : base()
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
133public MonthCalendar() : base()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
38public ProgressBar() : base()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
118: base()
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
47public Splitter() : base()
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
81: base()
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
89internal TextBoxBase() : base()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
52public TrackBar() : base()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
155: base()
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
41internal UpDownButtons(UpDownBase parent) : base()
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
70internal WebBrowserBase(string clsidString) : base()
System\Windows\Forms\MDI\MDIClient.cs (1)
29public MdiClient() : base()
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
58public ScrollableControl() : base()
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
32public ScrollBar() : base()
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (1)
105_marshalingControl = new Control();
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
183private Control DropSource => _dropSource ??= new Control();
System\Windows\Forms\Design\SelectionUIService.cs (1)
60public SelectionUIService(IDesignerHost host) : base()
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
41_dropSource ??= new Control();
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
64: base()