1 write to _indicatorView
Microsoft.Maui (1)
Platform\iOS\MauiPageControl.cs (1)
32 _indicatorView = indicatorView is null ? null : new(indicatorView);
6 references to _indicatorView
Microsoft.Maui (6)
Platform\iOS\MauiPageControl.cs (6)
83 if (_indicatorView is null || !_indicatorView.TryGetTarget(out var indicatorView)) 95 if (_indicatorView is null || !_indicatorView.TryGetTarget(out var indicatorView)) 138 if (_updatingPosition || _indicatorView is null || !_indicatorView.TryGetTarget(out var indicatorView))