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