2 references to KeyProperty
Microsoft.Maui.Controls (2)
KeyboardAccelerator.cs (2)
32 get => (string?)GetValue(KeyProperty); 33 set => SetValue(KeyProperty, value);