1 write to _indicatorView
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
12
_indicatorView
= indicatorView;
15 references to _indicatorView
Microsoft.Maui.Controls (15)
IndicatorView\IndicatorStackLayout.cs (15)
14
_indicatorView
.PropertyChanged += IndicatorViewPropertyChanged;
25
Command = new Command(sender =>
_indicatorView
.Position = Children.IndexOf(sender)),
87
if (oldCount >
_indicatorView
.Count)
103
var indicatorCount =
_indicatorView
.Count;
108
var maxVisible =
_indicatorView
.MaximumVisible;
109
var position =
_indicatorView
.Position;
119
? GetColorOrDefault(
_indicatorView
.SelectedIndicatorColor, Colors.Gray)
120
: GetColorOrDefault(
_indicatorView
.IndicatorColor, Colors.Silver);
129
IsVisible = indicatorCount > 1 || !
_indicatorView
.HideSingle;
136
var indicatorSize =
_indicatorView
.IndicatorSize > 0 ?
_indicatorView
.IndicatorSize : 10;
137
var indicatorTemplate =
_indicatorView
.IndicatorTemplate ??= new DataTemplate(() => new Border
146
CornerRadius =
_indicatorView
.IndicatorsShape == IndicatorShape.Circle
153
BindableLayout.SetItemsSource(this,
_indicatorView
.ItemsSource);
159
_indicatorView
.PropertyChanged -= IndicatorViewPropertyChanged;