3 references to UpdateMode
Microsoft.Maui.Controls (2)
Picker\Picker.iOS.cs (1)
12
ph.UpdateImmediately = picker.OnThisPlatform().
UpdateMode
() == UpdateMode.Immediately;
PlatformConfiguration\iOSSpecific\Picker.cs (1)
9
/// <summary>Bindable property for <see cref="
UpdateMode
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
396
if (_renderer.Element.On<PlatformConfiguration.iOS>().
UpdateMode
() == UpdateMode.Immediately)