4 references to KeyboardProperty
Microsoft.Maui.Controls (3)
Cells\EntryCell.cs (2)
50
get { return (Keyboard)GetValue(
KeyboardProperty
); }
51
set { SetValue(
KeyboardProperty
, value); }
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
73
else if (e.PropertyName == EntryCell.
KeyboardProperty
.PropertyName)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
68
else if (e.PropertyName == EntryCell.
KeyboardProperty
.PropertyName)