2 writes to _platformAppTheme
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
57 _platformAppTheme = AppInfo.RequestedTheme; 196 _platformAppTheme = value;
3 references to _platformAppTheme
Microsoft.Maui.Controls (3)
Application\Application.cs (3)
58 _lastAppTheme = _platformAppTheme; 190 get => _platformAppTheme; 193 if (_platformAppTheme == value)