1 write to Handler
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.iOS.cs (1)
289 Handler = handler;
6 references to Handler
Microsoft.Maui (6)
Handlers\Picker\PickerHandler.iOS.cs (6)
316 Handler?.VirtualView?.GetCount() ?? 0; 319 Handler?.VirtualView?.GetItem((int)row) ?? string.Empty; 325 if (Handler != null && Handler.UpdateImmediately) // Platform Specific 327 var virtualView = Handler?.VirtualView; 328 var platformView = Handler?.PlatformView;