8 references to WindowSoftInputModeAdjust
Microsoft.Maui.Controls (8)
PlatformConfiguration\AndroidSpecific\Application.cs (8)
20 /// <summary>Bindable property for <see cref="WindowSoftInputModeAdjust"/>.</summary> 22 BindableProperty.Create("WindowSoftInputModeAdjust", typeof(WindowSoftInputModeAdjust), 23 typeof(Application), WindowSoftInputModeAdjust.Pan); 26 public static WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(BindableObject element) 28 return (WindowSoftInputModeAdjust)element.GetValue(WindowSoftInputModeAdjustProperty); 32 public static void SetWindowSoftInputModeAdjust(BindableObject element, WindowSoftInputModeAdjust value) 38 public static WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(this IPlatformElementConfiguration<Android, FormsElement> config) 44 public static IPlatformElementConfiguration<Android, FormsElement> UseWindowSoftInputModeAdjust(this IPlatformElementConfiguration<Android, FormsElement> config, WindowSoftInputModeAdjust value)