2 references to GetIconColor
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPageToolbar.cs (1)
268
Color GetIconColor() => (_currentPage != null) ? NavigationPage.
GetIconColor
(_currentPage) : null;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
756
var iconColor = Current != null ? NavigationPage.
GetIconColor
(Current) : null;