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