2 references to PanePriorityProperty
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
219
get { return (TwoPaneViewPriority)GetValue(
PanePriorityProperty
); }
220
set { SetValue(
PanePriorityProperty
, value); }