4 references to SelectionModeProperty
Microsoft.Maui.Controls (3)
Handlers\Items\SelectableItemsViewHandler.cs (1)
25 [SelectableItemsView.SelectionModeProperty.PropertyName] = MapSelectionMode,
Items\SelectableItemsView.cs (2)
79 get => (SelectionMode)GetValue(SelectionModeProperty); 80 set => SetValue(SelectionModeProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\SelectableItemsViewRenderer.cs (1)
27 else if (changedProperty.Is(SelectableItemsView.SelectionModeProperty))