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