7 references to InUserControl
System.Web.Mobile (7)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
228if (DesignerAdapterUtil.InUserControl(_ds))
UI\MobileControls\Design\FormDesigner.cs (1)
100if (DesignerAdapterUtil.InUserControl(_form))
UI\MobileControls\Design\MobileControlDesigner.cs (1)
232if (DesignerAdapterUtil.InUserControl(_mobileControl))
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
569if (DesignerAdapterUtil.InUserControl(_control))
UI\MobileControls\Design\PanelDesigner.cs (1)
79if (DesignerAdapterUtil.InUserControl(_panel))
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1249if (DesignerAdapterUtil.InUserControl(_styleSheet))
UI\MobileControls\Design\TextViewDesigner.cs (1)
129if (DesignerAdapterUtil.InUserControl(_textView))