1 instantiation of SplitContainer
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
138this.typeSplitContainer = new System.Windows.Forms.SplitContainer();
27 references to SplitContainer
System.Windows.Forms (26)
winforms\Managed\System\WinForms\SplitContainer.cs (20)
374SplitContainer sc = (SplitContainer)((SplitterPanel)this.ParentInternal).Owner; 443SplitContainer sc = (SplitContainer)((SplitterPanel)this.ParentInternal).Owner; 1249/// <para>Raises the <see cref='System.Windows.Forms.SplitContainer.MouseMove'/> event.</para> 1298/// <para>Raises the <see cref='System.Windows.Forms.SplitContainer.OnMouseLeave'/> event.</para> 1310/// <para>Raises the <see cref='System.Windows.Forms.SplitContainer.OnMouseDown'/> event.</para> 1343/// <para>Raises the <see cref='System.Windows.Forms.SplitContainer.OnMouseUp'/> event.</para> 1966if (ctl is SplitContainer) 1968((SplitContainer)ctl).Select(forward, forward); 2037if (ctl is SplitContainer) 2039((SplitContainer)ctl).Select(forward, forward); 2105private void SetInnerMostBorder(SplitContainer sc) { 2110SplitContainer c1 = c as SplitContainer; 2388if (control is SplitContainer && control.Dock == DockStyle.Fill) 2534private SplitContainer owner = null; 2536public SplitContainerMessageFilter(SplitContainer splitContainer) 2570SplitContainer owner; 2574this.owner = c as SplitContainer;
winforms\Managed\System\WinForms\SplitterCancelEvent.cs (3)
35/// of the mouse pointer and the upper-left corner of the <see cref='System.Windows.Forms.SplitContainer'/>. 76/// upper-left corner of the <see cref='System.Windows.Forms.SplitContainer'/> (in client coordinates). 91/// Gets the y-coordinate of the upper-left corner of the <see cref='System.Windows.Forms.SplitContainer'/> (in client coordinates).
winforms\Managed\System\WinForms\SplitterPanel.cs (3)
38SplitContainer owner = null; 42public SplitterPanel(SplitContainer owner) 300internal SplitContainer Owner {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
60private SplitContainer typeSplitContainer;