2 references to BackButtonTitleProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
70 get { return (string)GetValue(BackButtonTitleProperty); } 71 set { SetValue(BackButtonTitleProperty, value); }