1 override of GetDefaultSize
System.Web.Mobile (1)
UI\MobileControls\Design\PanelDesigner.cs (1)
64protected override Size GetDefaultSize()
3 references to GetDefaultSize
System.Web.Mobile (3)
UI\MobileControls\Design\FormDesigner.cs (1)
162GetDefaultSize().Width
UI\MobileControls\Design\MobileContainerDesigner.cs (2)
637SetBehaviorStyle("height", GetDefaultSize().Height); 638SetBehaviorStyle("width", GetDefaultSize().Width);