1 write to _host
System.Web.Mobile (1)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
216
_host
= (IDesignerHost)GetService(typeof(IDesignerHost));
4 references to _host
System.Web.Mobile (4)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
212
if (
_host
!= null)
214
return
_host
;
217
Debug.Assert(
_host
!= null);
218
return
_host
;