2 references to CurrentPagePropertyKey
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (2)
49
public static readonly BindableProperty CurrentPageProperty =
CurrentPagePropertyKey
.BindableProperty;
143
private set { SetValue(
CurrentPagePropertyKey
, value); }