3 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);
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
125
var keyboard = entryCell.
Keyboard
;