4 instantiations of TabControl
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
41this.bindTabControl = new System.Windows.Forms.TabControl();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
136this.tabControl = new System.Windows.Forms.TabControl();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
258this.tabs = new System.Windows.Forms.TabControl();
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
40this.operationTabControl = new System.Windows.Forms.TabControl();
37 references to TabControl
System.Windows.Forms (33)
winforms\Managed\System\WinForms\Control.cs (1)
12636if (this.GetType().IsAssignableFrom(typeof(TabControl))) {
winforms\Managed\System\WinForms\TabControl.cs (8)
1555/// Raises the <see cref='System.Windows.Forms.TabControl.OnSelecting'/> event. 1566/// Raises the <see cref='System.Windows.Forms.TabControl.OnSelected'/> event. 1583/// Raises the <see cref='System.Windows.Forms.TabControl.OnDeselecting'/> event. 1596/// Raises the <see cref='System.Windows.Forms.TabControl.OnDeselected'/> event. 2225private TabControl owner; 2236public TabPageCollection( TabControl owner ) { 2715private TabControl owner; 2724public ControlCollection(TabControl owner)
winforms\Managed\System\WinForms\TabControlCancelEvent.cs (2)
23/// Provides data for the <see cref='System.Windows.Forms.TabControl.OnDeselecting'/>, 24/// <see cref='System.Windows.Forms.TabControl.OnDeselected'/>
winforms\Managed\System\WinForms\TabControlCancelEventHandler.cs (1)
18/// <see langword='Deselect'/>,<see langword='Deselecting'/> event of a <see cref='System.Windows.Forms.TabControl'/>
winforms\Managed\System\WinForms\TabControlEvent.cs (2)
18/// <para>Provides data for the <see cref='System.Windows.Forms.TabControl.Selecting'/>,<see cref='System.Windows.Forms.TabControl.Selected'/>
winforms\Managed\System\WinForms\TabControlEventHandler.cs (1)
18/// <see langword='Select'/>,<see langword='Selecting'/> event of a <see cref='System.Windows.Forms.TabControl'/>
winforms\Managed\System\WinForms\TabPage.cs (16)
125TabControl parent = ParentInternal as TabControl; 194TabControl parent = ParentInternal as TabControl; 225TabControl parent = ParentInternal as TabControl; 532if (value != null && !(value is TabControl)) { 653TabControl parent = ParentInternal as TabControl; 679TabControl parent = ParentInternal as TabControl; 700TabControl parent = ParentInternal as TabControl; 742if (parent is TabControl && parent.IsHandleCreated) { 775TabControl parent = ParentInternal as TabControl;
winforms\Managed\System\WinForms\ToolTip.cs (2)
768TabControl tabControl = associatedControl as TabControl;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
192private System.Windows.Forms.TabControl bindTabControl;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
51private System.Windows.Forms.TabControl tabControl;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
19private System.Windows.Forms.TabControl tabs;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
248private System.Windows.Forms.TabControl operationTabControl;