2 writes to _lastAppTheme
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
57
_lastAppTheme
= _platformAppTheme;
260
_lastAppTheme
= newTheme;
1 reference to _lastAppTheme
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
254
if (_themeChangedFiring || newTheme ==
_lastAppTheme
)