9 references to IsActive
PresentationFramework (9)
MS\Win32\UxThemeWrapper.cs (9)
208if (themeState.IsActive && themeState.ThemeName == null) 211newState = new ThemeState(themeState.IsActive, themeName, themeColor); 231else if (currentState.IsActive == newState.IsActive && 232(!newState.IsActive || 371get { return IsAppSupported ? _themeState.IsActive : _isActive; } 382if (themeState.IsActive) 405Debug.Assert(themeState.IsActive, "Queried ThemeColor while UxTheme is not active."); 423if (themeState.IsActive)