3 writes to DesignerHost
System.Web (3)
UI\DesignTimeTemplateParser.cs (3)
61parser.DesignerHost = data.DesignerHost; 128parser.DesignerHost = data.DesignerHost; 143parser.DesignerHost = host;
10 references to DesignerHost
System.Web (10)
UI\BaseTemplateParser.cs (1)
52IDesignerHost host = DesignerHost;
UI\ControlBuilder.cs (4)
323return parser.DesignerHost; 1772((TemplateBuilder)builder).SetDesignerHost(templateParser.DesignerHost); 2866if (Parser.FInDesigner && Parser.DesignerHost != null) { 2867implicitResourceProvider = (IImplicitResourceProvider)Parser.DesignerHost.GetService(typeof(IImplicitResourceProvider));
UI\TagNameToTypeMapper.cs (5)
118if (_parser.FInDesigner && (_parser.DesignerHost != null)) { 120if (_parser.DesignerHost.RootComponent != null) { 121WebFormsRootDesigner rootDesigner = _parser.DesignerHost.GetDesigner(_parser.DesignerHost.RootComponent) as WebFormsRootDesigner; 134ITypeResolutionService typeResolutionService = (ITypeResolutionService)_parser.DesignerHost.GetService(typeof(ITypeResolutionService));