1 instantiation of IndicatorStackLayout
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
151 indicatorView.IndicatorLayout = new IndicatorStackLayout(indicatorView) { Spacing = DefaultPadding };
3 references to IndicatorStackLayout
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorView.cs (3)
28 => (((IndicatorView)bindable).IndicatorLayout as IndicatorStackLayout)?.ResetIndicatorCount((int)oldValue)); 32 => (((IndicatorView)bindable).IndicatorLayout as IndicatorStackLayout)?.ResetIndicators()); 155 (indicatorView.IndicatorLayout as IndicatorStackLayout)?.Remove();