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