1 write to _themeMode
PresentationFramework (1)
System\Windows\Window.cs (1)
590
_themeMode
= value;
2 references to _themeMode
PresentationFramework (2)
System\Windows\Window.cs (2)
578
return
_themeMode
;
589
ThemeMode oldTheme =
_themeMode
;