Base:
property
DefaultSize
System.Windows.Forms.Control.DefaultSize
4 references to DefaultSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1447
if (DesignMode && Width !=
DefaultSize
.Width && value + Panel2MinSize + SplitterWidth > Width) {
1452
if (DesignMode && Height !=
DefaultSize
.Height && value + Panel2MinSize + SplitterWidth > Height) {
1471
if (DesignMode && Width !=
DefaultSize
.Width && value + Panel1MinSize + SplitterWidth > Width) {
1477
if (DesignMode && Height !=
DefaultSize
.Height && value + Panel1MinSize + SplitterWidth > Height) {