4 references to Keyboard
Microsoft.Maui.Controls (3)
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);
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
119
cell.TextField.ApplyKeyboard(entryCell.
Keyboard
);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
114
cell.TextField.ApplyKeyboard(entryCell.
Keyboard
);