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