1 write to _defaultCurrentPagesIndicatorTintColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\IndicatorViewRenderer.cs (1)
114 _defaultCurrentPagesIndicatorTintColor = uiPager.CurrentPageIndicatorTintColor;
1 reference to _defaultCurrentPagesIndicatorTintColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\IndicatorViewRenderer.cs (1)
227 UIPager.CurrentPageIndicatorTintColor = color?.ToPlatform() ?? _defaultCurrentPagesIndicatorTintColor;