1 write to _virtualView
Microsoft.Maui (1)
Handlers\Window\WindowHandler.iOS.cs (1)
141 _virtualView = new(virtualView);
2 references to _virtualView
Microsoft.Maui (2)
Handlers\Window\WindowHandler.iOS.cs (2)
136 IWindow? VirtualView => _virtualView is not null && _virtualView.TryGetTarget(out var v) ? v : null;