3 writes to SelectedIndex
Microsoft.Maui (3)
Handlers\Picker\PickerHandler.iOS.cs (2)
178 source.SelectedIndex = formsIndex; 323 SelectedIndex = (int)row;
Platform\iOS\PickerExtensions.cs (1)
60 source.SelectedIndex = selectedIndex;
7 references to SelectedIndex
Microsoft.Maui (7)
Handlers\Picker\PickerHandler.iOS.cs (7)
168 PlatformView.Text = VirtualView.GetItem(pickerSource.SelectedIndex); 169 VirtualView.SelectedIndex = pickerSource.SelectedIndex; 186 if (pickerSource != null && pickerSource.SelectedIndex == -1 && count > 0) 259 if (model.SelectedIndex != -1 && model.SelectedIndex != pickerView.SelectedRowInComponent(0)) 261 pickerView.Select(model.SelectedIndex, 0, false); 333 platformView.UpdatePicker(virtualView, SelectedIndex);