8 references to AtTopLevel
System.Web.Mobile (8)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (4)
78containmentStatus = ContainmentStatus.AtTopLevel; 107if (DesignerAdapterUtil.GetContainmentStatus(control) == ContainmentStatus.AtTopLevel) 238bool controlAtTopLevel = (containmentStatus == ContainmentStatus.AtTopLevel); 282((containmentStatus == ContainmentStatus.AtTopLevel) ?
UI\MobileControls\Design\FormDesigner.cs (1)
72return (ContainmentStatus == ContainmentStatus.AtTopLevel);
UI\MobileControls\Design\PanelDesigner.cs (1)
167ContainmentStatus == ContainmentStatus.AtTopLevel ? "30%" : "5px");
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1074if (ContainmentStatus == ContainmentStatus.AtTopLevel) 1239return (ContainmentStatus == ContainmentStatus.AtTopLevel);