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