3 references to TitleIconImageSourceProperty
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (2)
187
return (ImageSource)bindable.GetValue(
TitleIconImageSourceProperty
);
348
bindable.SetValue(
TitleIconImageSourceProperty
, value);
NavigationPage\NavigationPageToolbar.cs (1)
48
NavigationPage.
TitleIconImageSourceProperty
,