Base:
property
DefaultSize
System.Windows.Forms.Control.DefaultSize
4 references to DefaultSize
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (4)
1259
if (DesignMode && Width !=
DefaultSize
.Width && value + Panel2MinSize + SplitterWidth > Width)
1266
if (DesignMode && Height !=
DefaultSize
.Height && value + Panel2MinSize + SplitterWidth > Height)
1288
if (DesignMode && Width !=
DefaultSize
.Width && value + Panel1MinSize + SplitterWidth > Width)
1295
if (DesignMode && Height !=
DefaultSize
.Height && value + Panel1MinSize + SplitterWidth > Height)