4 references to KeyboardProperty
Microsoft.Maui.Controls (4)
Entry\Entry.cs (2)
46 /// <inheritdoc cref="InputView.KeyboardProperty"/> 47 public new static readonly BindableProperty KeyboardProperty = InputView.KeyboardProperty;
InputView\InputView.cs (2)
82 get => (Keyboard)GetValue(KeyboardProperty); 83 set => SetValue(KeyboardProperty, value);