4 types derived from UserControl
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
14private class BorderSidesEditorUI : UserControl
System\Windows\Forms\Design\FormatControl.cs (1)
8internal partial class FormatControl : UserControl
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
6internal class MaskedTextBoxTextEditorDropDown : UserControl
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
14private class ShortcutKeysUI : UserControl
4 references to UserControl
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1409if ((pQaContainer->pUnkEventSink is not null) && (_control is UserControl))
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1488&& (value is null || value is not UserControl userControl || !userControl.HasFocusableChild()))
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
318string displayName = _designerHost?.RootComponent is UserControl
System\Windows\Forms\Design\ControlDesigner.cs (1)
2434if (child is null || Control is UserControl)