2 references to Keyboard
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
23
/// <summary>Bindable property for <see cref="
Keyboard
"/>.</summary>
24
public static readonly BindableProperty KeyboardProperty = BindableProperty.Create(nameof(
Keyboard
), typeof(Keyboard), typeof(EntryCell), Keyboard.Default);