9 references to IsActive
PresentationFramework (9)
MS\Win32\UxThemeWrapper.cs (9)
200
if (themeState.
IsActive
&& themeState.ThemeName == null)
203
newState = new ThemeState(themeState.
IsActive
, themeName, themeColor);
223
else if (currentState.
IsActive
== newState.
IsActive
&&
224
(!newState.
IsActive
||
363
get { return IsAppSupported ? _themeState.
IsActive
: _isActive; }
374
if (themeState.
IsActive
)
397
Debug.Assert(themeState.
IsActive
, "Queried ThemeColor while UxTheme is not active.");
415
if (themeState.
IsActive
)