2 writes to _themeState
PresentationFramework (2)
src\Framework\MS\Win32\UxThemeWrapper.cs (2)
131
_themeState
= new ThemeState(!SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive(), null, null);
219
ThemeState currentState = System.Threading.Interlocked.CompareExchange(ref
_themeState
, newState, themeState);
2 references to _themeState
PresentationFramework (2)
src\Framework\MS\Win32\UxThemeWrapper.cs (2)
168
ThemeState themeState =
_themeState
; // capture latest state
374
get { return IsAppSupported ?
_themeState
.IsActive : _isActive; }