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)
212if (_host != null) 214return _host; 217Debug.Assert(_host != null); 218return _host;