2 references to RemainingItemsThresholdProperty
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
107 get => (int)GetValue(RemainingItemsThresholdProperty); 108 set => SetValue(RemainingItemsThresholdProperty, value);