8 references to MobileUserControl
System.Web.Mobile (8)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
126return GetRootComponent(component) is MobileUserControl;
UI\MobileControls\Design\Converters\FormConverter.cs (1)
113((IDesignerHost)container).RootComponent is MobileUserControl);
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
113if (component is MobileUserControl) 391|| _styleSheet.Parent is MobileUserControl)) 412_styleSheet.Parent is MobileUserControl)
UI\MobileControls\Style.cs (3)
302MobileUserControl mobileUserControl = 303nearestTemplatedControl as MobileUserControl; 338!(nearestTemplatedControl is MobileUserControl))