7 references to ImeFlags
Microsoft.Maui.Controls (7)
PlatformConfiguration\AndroidSpecific\Entry.cs (7)
10 public static readonly BindableProperty ImeOptionsProperty = BindableProperty.Create(nameof(ImeOptions), typeof(ImeFlags), typeof(Entry), ImeFlags.Default); 13 public static ImeFlags GetImeOptions(BindableObject element) 15 return (ImeFlags)element.GetValue(ImeOptionsProperty); 19 public static void SetImeOptions(BindableObject element, ImeFlags value) 25 public static ImeFlags ImeOptions(this IPlatformElementConfiguration<Android, FormsElement> config) 31 public static IPlatformElementConfiguration<Android, FormsElement> SetImeOptions(this IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, FormsElement> config, ImeFlags value)