3 references to Keyboard
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
300
var keyboard = _searchHandler.
Keyboard
;
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);