3 references to Immediately
Microsoft.Maui.Controls (3)
DatePicker\DatePicker.iOS.cs (1)
12 dph.UpdateImmediately = datePicker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately;
Picker\Picker.iOS.cs (1)
12 ph.UpdateImmediately = picker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately;
TimePicker\TimePicker.iOS.cs (1)
15 h.UpdateImmediately = timePicker.OnThisPlatform().UpdateMode() == UpdateMode.Immediately;