5 references to ContainmentStatus
System.Web.Mobile (5)
UI\MobileControls\Design\FormDesigner.cs (1)
72return (ContainmentStatus == ContainmentStatus.AtTopLevel);
UI\MobileControls\Design\PanelDesigner.cs (4)
47return (ContainmentStatus == ContainmentStatus.InForm || 48ContainmentStatus == ContainmentStatus.InPanel || 49ContainmentStatus == ContainmentStatus.InTemplateFrame); 167ContainmentStatus == ContainmentStatus.AtTopLevel ? "30%" : "5px");