1 write to _defaultPagesIndicatorTintColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\IndicatorViewRenderer.cs (1)
113 _defaultPagesIndicatorTintColor = uiPager.PageIndicatorTintColor;
1 reference to _defaultPagesIndicatorTintColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\IndicatorViewRenderer.cs (1)
218 UIPager.PageIndicatorTintColor = color?.ToPlatform() ?? _defaultPagesIndicatorTintColor;