2 references to CanMixGroupsProperty
Microsoft.Maui.Controls (2)
Items\ReorderableItemsView.cs (2)
15 get { return (bool)GetValue(CanMixGroupsProperty); } 16 set { SetValue(CanMixGroupsProperty, value); }