2 references to Picker
Microsoft.Maui.Controls (2)
Picker\Picker.Mapper.cs (1)
13
PickerHandler.Mapper.ReplaceMapping<Picker, IPickerHandler>(PlatformConfiguration.iOSSpecific.
Picker
.UpdateModeProperty.PropertyName, MapUpdateMode);
PlatformConfiguration\iOSSpecific\Picker.cs (1)
10
public static readonly BindableProperty UpdateModeProperty = BindableProperty.Create(nameof(UpdateMode), typeof(UpdateMode), typeof(
Picker
), default(UpdateMode));