9 references to IsActive
PresentationFramework (9)
MS\Win32\UxThemeWrapper.cs (9)
201if (themeState.IsActive && themeState.ThemeName == null) 204newState = new ThemeState(themeState.IsActive, themeName, themeColor); 224else if (currentState.IsActive == newState.IsActive && 225(!newState.IsActive || 364get { return IsAppSupported ? _themeState.IsActive : _isActive; } 375if (themeState.IsActive) 398Debug.Assert(themeState.IsActive, "Queried ThemeColor while UxTheme is not active."); 416if (themeState.IsActive)