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