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