2 references to Keyboard
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
97 /// <summary>Bindable property for <see cref="Keyboard"/>.</summary> 98 public static readonly BindableProperty KeyboardProperty = BindableProperty.Create(nameof(Keyboard), typeof(Keyboard), typeof(SearchHandler), Keyboard.Default, coerceValue: (o, v) => (Keyboard)v ?? Keyboard.Default);