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