2 references to PriorityProperty
Microsoft.Maui.Controls (2)
Menu\MenuBarItem.cs (2)
27
get { return (int)GetValue(
PriorityProperty
); }
28
set { SetValue(
PriorityProperty
, value); }