9 references to IsActive
PresentationFramework (9)
src\Framework\MS\Win32\UxThemeWrapper.cs (9)
204if (themeState.IsActive && themeState.ThemeName == null) 207newState = new ThemeState(themeState.IsActive, themeName, themeColor); 227else if (currentState.IsActive == newState.IsActive && 228(!newState.IsActive || 374get { return IsAppSupported ? _themeState.IsActive : _isActive; } 385if (themeState.IsActive) 408Debug.Assert(themeState.IsActive, "Queried ThemeColor while UxTheme is not active."); 426if (themeState.IsActive)