9 references to ContainmentStatus
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (2)
217return (ContainmentStatus == ContainmentStatus.InForm || 218ContainmentStatus == ContainmentStatus.InPanel);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (5)
336return (ContainmentStatus == ContainmentStatus.InForm || 337ContainmentStatus == ContainmentStatus.InPanel || 338ContainmentStatus == ContainmentStatus.InTemplateFrame); 548errorMessage, infoMode, _control, Behavior, ContainmentStatus); 846DesignerAdapterUtil.SetStandardStyleAttributes(Behavior, ContainmentStatus);
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1074if (ContainmentStatus == ContainmentStatus.AtTopLevel) 1239return (ContainmentStatus == ContainmentStatus.AtTopLevel);