2 instantiations of SplitterPanel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
151panel1 = new SplitterPanel(this); 154panel2 = new SplitterPanel(this);
20 references to SplitterPanel
System.Windows.Forms (20)
winforms\Managed\System\WinForms\SplitContainer.cs (20)
62private SplitterPanel panel1 = null; 63private SplitterPanel panel2 = null; 373if (this.ParentInternal is SplitterPanel) { 374SplitContainer sc = (SplitContainer)((SplitterPanel)this.ParentInternal).Owner; 442if (this.ParentInternal is SplitterPanel) { 443SplitContainer sc = (SplitContainer)((SplitterPanel)this.ParentInternal).Owner; 616public SplitterPanel Panel1 { 625private void CollapsePanel(SplitterPanel p, bool collapsing) { 743public SplitterPanel Panel2 { 1944SplitterPanel firstPanel = null; 1948SplitterPanel panel = ctl as SplitterPanel; 2032if (ctl == null || (ctl is SplitterPanel && ctl.Visible)) { 2051if (ctl == null || (ctl is SplitterPanel && !ctl.Visible)) { 2108if (ctl is SplitterPanel) { 2117((SplitterPanel)ctl).BorderStyle = BorderStyle.None; 2123((SplitterPanel)ctl).BorderStyle = BorderStyle; 2521return new SplitContainerTypedControlCollection(this, typeof(SplitterPanel), /*isReadOnly*/true); 2578if (value is SplitterPanel) { 2588if (child is SplitterPanel) {