1 write to _window
Microsoft.Maui.Controls (1)
Platform\AlertManager\AlertManager.cs (1)
10
_window
= window;
2 references to _window
Microsoft.Maui.Controls (2)
Platform\AlertManager\AlertManager.cs (2)
13
public void Subscribe() => Subscribe(
_window
);
15
public void Unsubscribe() => Unsubscribe(
_window
);