9 references to IsActive
PresentationFramework (9)
MS\Win32\UxThemeWrapper.cs (9)
200if (themeState.IsActive && themeState.ThemeName == null) 203newState = new ThemeState(themeState.IsActive, themeName, themeColor); 223else if (currentState.IsActive == newState.IsActive && 224(!newState.IsActive || 363get { return IsAppSupported ? _themeState.IsActive : _isActive; } 374if (themeState.IsActive) 397Debug.Assert(themeState.IsActive, "Queried ThemeColor while UxTheme is not active."); 415if (themeState.IsActive)