1 write to _virtualView
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.iOS.cs (1)
205 _virtualView = new(virtualView);
2 references to _virtualView
Microsoft.Maui (2)
Handlers\Picker\PickerHandler.iOS.cs (2)
198 IPicker? VirtualView => _virtualView is not null && _virtualView.TryGetTarget(out var v) ? v : null;