1 write to Collapsed
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
486
p.
Collapsed
= collapsing;
9 references to Collapsed
System.Windows.Forms (9)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (6)
527
return Panel1.
Collapsed
;
531
if (value != Panel1.
Collapsed
)
533
if (value && Panel2.
Collapsed
)
553
return Panel2.
Collapsed
;
557
if (value != Panel2.
Collapsed
)
559
if (value && Panel1.
Collapsed
)
System\Windows\Forms\Panels\SplitterPanel.cs (3)
125
get =>
Collapsed
? 0 : base.Height;
223
get =>
Collapsed
? Size.Empty : base.Size;
276
get =>
Collapsed
? 0 : base.Width;