3 references to ControlMaxsizeAtToplevel
System.Web.Mobile (3)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
58maxWidth = Constants.ControlMaxsizeAtToplevel;
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
59maxWidth = Constants.ControlMaxsizeAtToplevel;
UI\MobileControls\Design\Constants.cs (1)
25ControlSizeAtToplevelInNonErrorMode = ControlMaxsizeAtToplevel.ToString(CultureInfo.InvariantCulture) + "px";