3 references to ThemeState
PresentationFramework (3)
MS\Win32\UxThemeWrapper.cs (3)
135
_themeState = new
ThemeState
(!SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive(), null, null);
202
newState = new
ThemeState
(isActive, themeName, themeColor);
211
newState = new
ThemeState
(themeState.IsActive, themeName, themeColor);