21 references to UpdateMode
Microsoft.Maui.Controls (21)
PlatformConfiguration\iOSSpecific\DatePicker.cs (7)
12 typeof(UpdateMode), 14 default(UpdateMode)); 17 public static UpdateMode GetUpdateMode(BindableObject element) 19 return (UpdateMode)element.GetValue(UpdateModeProperty); 23 public static void SetUpdateMode(BindableObject element, UpdateMode value) 29 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 35 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode value)
PlatformConfiguration\iOSSpecific\Picker.cs (7)
10 public static readonly BindableProperty UpdateModeProperty = BindableProperty.Create(nameof(UpdateMode), typeof(UpdateMode), typeof(Picker), default(UpdateMode)); 13 public static UpdateMode GetUpdateMode(BindableObject element) 15 return (UpdateMode)element.GetValue(UpdateModeProperty); 19 public static void SetUpdateMode(BindableObject element, UpdateMode value) 25 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 31 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode value)
PlatformConfiguration\iOSSpecific\TimePicker.cs (7)
12 typeof(UpdateMode), 14 default(UpdateMode)); 17 public static UpdateMode GetUpdateMode(BindableObject element) 19 return (UpdateMode)element.GetValue(UpdateModeProperty); 23 public static void SetUpdateMode(BindableObject element, UpdateMode value) 29 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 35 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode value)