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