2 writes to _applicationTheme
Microsoft.Maui.Essentials (2)
AppInfo\AppInfo.uwp.cs (2)
66
_applicationTheme
= Application.Current.RequestedTheme;
91
_applicationTheme
= app.RequestedTheme;
2 references to _applicationTheme
Microsoft.Maui.Essentials (2)
AppInfo\AppInfo.uwp.cs (2)
67
else if (
_applicationTheme
== null)
70
return
_applicationTheme
== ApplicationTheme.Dark ? AppTheme.Dark : AppTheme.Light;