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)
147if (_host != null) 149return _host; 152Debug.Assert(_host != null); 153return _host;