Implemented interface member:
property
Count
Microsoft.Maui.IIndicatorView.Count
2 writes to Count
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (2)
174
Count
= collection.Count;
183
Count
= count;
4 references to Count
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (2)
87
if (oldCount > _indicatorView.
Count
)
103
var indicatorCount = _indicatorView.
Count
;
IndicatorView\IndicatorView.cs (2)
23
/// <summary>Bindable property for <see cref="
Count
"/>.</summary>
24
public static readonly BindableProperty CountProperty = BindableProperty.Create(nameof(
Count
), typeof(int), typeof(IndicatorView), default(int), propertyChanged: (bindable, oldValue, newValue)