8 references to IThemeResolutionService
System.Web (8)
UI\ControlBuilder.cs (5)
340public IThemeResolutionService ThemeResolutionService { 343return (IThemeResolutionService)ServiceProvider.GetService(typeof(IThemeResolutionService)); 347return TemplateControl as IThemeResolutionService; 2037IThemeResolutionService themeService = ThemeResolutionService;
UI\TemplateBuilder.cs (3)
162if (container is IThemeResolutionService) { 163serviceContainer.AddService(typeof(IThemeResolutionService), (IThemeResolutionService)container);