1 implementation of VirtualView
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.cs (1)
51 IPicker IPickerHandler.VirtualView => VirtualView;
2 references to VirtualView
Microsoft.Maui (2)
Handlers\Picker\PickerHandler.Tizen.cs (2)
79 if (handler.VirtualView == null || handler.PlatformView == null) 82 handler.PlatformView.UpdatePicker(handler.VirtualView);