9 references to IsActive
PresentationFramework (9)
src\Framework\MS\Win32\UxThemeWrapper.cs (9)
204
if (themeState.
IsActive
&& themeState.ThemeName == null)
207
newState = new ThemeState(themeState.
IsActive
, themeName, themeColor);
227
else if (currentState.
IsActive
== newState.
IsActive
&&
228
(!newState.
IsActive
||
374
get { return IsAppSupported ? _themeState.
IsActive
: _isActive; }
385
if (themeState.
IsActive
)
408
Debug.Assert(themeState.
IsActive
, "Queried ThemeColor while UxTheme is not active.");
426
if (themeState.
IsActive
)