4 references to SelectedItem
Microsoft.Maui.Controls (4)
Picker\Picker.cs (4)
45 /// <summary>Bindable property for <see cref="SelectedItem"/>.</summary> 47 BindableProperty.Create(nameof(SelectedItem), typeof(object), typeof(Picker), null, BindingMode.TwoWay, 469 var selectedItemText = DebuggerDisplayHelpers.GetDebugText(nameof(SelectedItem), SelectedItem);