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