1 implementation of SelectedIndex
Microsoft.Maui.Controls (1)
Picker\Picker.cs (1)
437 int IPicker.SelectedIndex
1 write to SelectedIndex
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.Tizen.cs (1)
121 VirtualView.SelectedIndex = VirtualView.GetItemsAsArray().IndexOf(await popup.Open());
4 references to SelectedIndex
Microsoft.Maui (4)
Handlers\Picker\PickerHandler.cs (1)
24 [nameof(IPicker.SelectedIndex)] = MapSelectedIndex,
Platform\Tizen\PickerExtensions.cs (3)
16 if (picker.SelectedIndex == -1 || picker.SelectedIndex >= picker.GetCount()) 19 platformPicker.Text = picker.GetItem(picker.SelectedIndex);