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