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