1 write to _host
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
151
_host
= (IDesignerHost)GetService(typeof(IDesignerHost));
4 references to _host
System.Web.Mobile (4)
UI\MobileControls\Design\MobileControlDesigner.cs (4)
147
if (
_host
!= null)
149
return
_host
;
152
Debug.Assert(
_host
!= null);
153
return
_host
;