4 references to BackButtonTitleProperty
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (2)
167
return (string)page.GetValue(
BackButtonTitleProperty
);
328
page.SetValue(
BackButtonTitleProperty
, value);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
483
else if (e.PropertyName == NavigationPage.
BackButtonTitleProperty
.PropertyName)
1291
bool isBackButtonTextSet = page.IsSet(NavigationPage.
BackButtonTitleProperty
);