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