6 references to InForm
System.Web.Mobile (6)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
70containmentStatus = ContainmentStatus.InForm;
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
217return (ContainmentStatus == ContainmentStatus.InForm ||
UI\MobileControls\Design\MobileControlDesigner.cs (1)
219ContainmentStatus == ContainmentStatus.InForm ||
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
336return (ContainmentStatus == ContainmentStatus.InForm ||
UI\MobileControls\Design\PanelDesigner.cs (1)
47return (ContainmentStatus == ContainmentStatus.InForm ||
UI\MobileControls\Design\TextViewDesigner.cs (1)
59ContainmentStatus == ContainmentStatus.InForm ||