2 references to BackButtonIconProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\GTKSpecific\NavigationPage.cs (2)
17
return (string)element.GetValue(
BackButtonIconProperty
);
23
element.SetValue(
BackButtonIconProperty
, backButtonIcon);