3 references to CanReorderItemsProperty
Microsoft.Maui.Controls (3)
Handlers\Items\ReorderableItemsViewHandler.cs (1)
22 [ReorderableItemsView.CanReorderItemsProperty.PropertyName] = MapCanReorderItems,
Items\ReorderableItemsView.cs (2)
23 get { return (bool)GetValue(CanReorderItemsProperty); } 24 set { SetValue(CanReorderItemsProperty, value); }