1 write to _activeWindowTracker
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.uwp.cs (1)
25 _activeWindowTracker = new(WindowStateManager.Default);
2 references to _activeWindowTracker
Microsoft.Maui.Essentials (2)
AppInfo\AppInfo.uwp.cs (2)
26 _activeWindowTracker.Start(); 27 _activeWindowTracker.WindowMessage += OnWindowMessage;