4 references to IconColorProperty
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (2)
204
return (Color)bindable.GetValue(
IconColorProperty
);
360
bindable.SetValue(
IconColorProperty
, value);
NavigationPage\NavigationPageToolbar.cs (1)
50
NavigationPage.
IconColorProperty
) ||
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
1173
else if (e.PropertyName == NavigationPage.
IconColorProperty
.PropertyName)