Implemented interface member:
property
Key
Microsoft.Maui.IKeyboardAccelerator.Key
2 references to Key
Microsoft.Maui.Controls (2)
KeyboardAccelerator.cs (2)
14 /// Bindable property for <see cref="Key"/>. 16 public static readonly BindableProperty KeyProperty = BindableProperty.Create(nameof(Key), typeof(string), typeof(KeyboardAccelerator), null);