4 references to TitleIconImageSourceProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
1385
else if (e.PropertyName == NavigationPage.
TitleIconImageSourceProperty
.PropertyName ||
NavigationPage\NavigationPage.cs (2)
187
return (ImageSource)bindable.GetValue(
TitleIconImageSourceProperty
);
348
bindable.SetValue(
TitleIconImageSourceProperty
, value);
NavigationPage\NavigationPageToolbar.cs (1)
48
NavigationPage.
TitleIconImageSourceProperty
,