6 types derived from UserControl
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardPanel.cs (1)
24internal class WizardPanel : System.Windows.Forms.UserControl
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
912internal sealed class DesignerPreview : UserControl
AuthoringOM\Design\DocumentOutline.cs (1)
18public class WorkflowOutline : UserControl
AuthoringOM\Design\WorkflowView.cs (1)
64public class WorkflowView : UserControl, IServiceProvider, IMessageFilter
System.WorkflowServices (1)
System\Workflow\Activities\Design\ListItemViewControl.cs (1)
12internal class ListItemViewControl : UserControl
WsatUI (1)
MMCUI\WSATControl.cs (1)
20public partial class WsatControl : UserControl
6 references to UserControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ContainerControl.cs (3)
1420!(value is UserControl) || 1421(value is UserControl && !((UserControl)value).HasFocusableChild())))
winforms\Managed\System\WinForms\Control.cs (1)
17682if ((pQaContainer.pUnkEventSink != null) && (control is UserControl)) {
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
335UserControl userControl = control as UserControl;