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