6 types derived from UserControl
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardPanel.cs (1)
24
internal class WizardPanel : System.Windows.Forms.
UserControl
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
912
internal sealed class DesignerPreview :
UserControl
AuthoringOM\Design\DocumentOutline.cs (1)
18
public class WorkflowOutline :
UserControl
AuthoringOM\Design\WorkflowView.cs (1)
64
public class WorkflowView :
UserControl
, IServiceProvider, IMessageFilter
System.WorkflowServices (1)
System\Workflow\Activities\Design\ListItemViewControl.cs (1)
12
internal class ListItemViewControl :
UserControl
WsatUI (1)
MMCUI\WSATControl.cs (1)
20
public 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)
17682
if ((pQaContainer.pUnkEventSink != null) && (control is
UserControl
)) {
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
335
UserControl
userControl = control as
UserControl
;