2 references to KeyboardProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
50 get { return (Keyboard)GetValue(KeyboardProperty); } 51 set { SetValue(KeyboardProperty, value); }