2 writes to _lastAppTheme
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
58
_lastAppTheme
= _platformAppTheme;
261
_lastAppTheme
= newTheme;
1 reference to _lastAppTheme
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
255
if (_themeChangedFiring || newTheme ==
_lastAppTheme
)