1 write to _themeMode
PresentationFramework (1)
System\Windows\Application.cs (1)
976
_themeMode
= value;
2 references to _themeMode
PresentationFramework (2)
System\Windows\Application.cs (2)
965
return
_themeMode
;
975
ThemeMode oldValue =
_themeMode
;