9 references to InMobileUserControl
System.Web.Mobile (9)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
56if (maxWidth == 0 && DesignerAdapterUtil.InMobileUserControl(Control))
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
57else if (DesignerAdapterUtil.InMobileUserControl(Control))
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
226if (!DesignerAdapterUtil.InMobileUserControl(_ds))
UI\MobileControls\Design\FormDesigner.cs (1)
98if (!DesignerAdapterUtil.InMobileUserControl(_form))
UI\MobileControls\Design\MobileControlDesigner.cs (1)
230if (!DesignerAdapterUtil.InMobileUserControl(_mobileControl))
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
567if (!DesignerAdapterUtil.InMobileUserControl(_control))
UI\MobileControls\Design\PanelDesigner.cs (1)
74if (DesignerAdapterUtil.InMobileUserControl(_panel))
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1247if (!DesignerAdapterUtil.InMobileUserControl(_styleSheet))
UI\MobileControls\Design\TextViewDesigner.cs (1)
124if (DesignerAdapterUtil.InMobileUserControl(_textView))