2 references to BackButtonTitleProperty
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (2)
167
return (string)page.GetValue(
BackButtonTitleProperty
);
328
page.SetValue(
BackButtonTitleProperty
, value);