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