2 writes to _suppressSelectionChangeNotification
Microsoft.Maui.Controls (2)
Items\SelectableItemsView.cs (2)
90
_suppressSelectionChangeNotification
= true;
102
_suppressSelectionChangeNotification
= false;
1 reference to _suppressSelectionChangeNotification
Microsoft.Maui.Controls (1)
Items\SelectableItemsView.cs (1)
142
if (
_suppressSelectionChangeNotification
)