2 writes to _platformAppTheme
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
56
_platformAppTheme
= AppInfo.RequestedTheme;
195
_platformAppTheme
= value;
3 references to _platformAppTheme
Microsoft.Maui.Controls (3)
Application\Application.cs (3)
57
_lastAppTheme =
_platformAppTheme
;
189
get =>
_platformAppTheme
;
192
if (
_platformAppTheme
== value)