2 references to CountProperty
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (2)
83 get => (int)GetValue(CountProperty); 84 set => SetValue(CountProperty, value);