2 references to RemainingItemsThresholdReachedCommandProperty
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
58 get => (ICommand)GetValue(RemainingItemsThresholdReachedCommandProperty); 59 set => SetValue(RemainingItemsThresholdReachedCommandProperty, value);