2 references to RootPagePropertyKey
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (2)
53
public static readonly BindableProperty RootPageProperty =
RootPagePropertyKey
.BindableProperty;
150
private set { SetValue(
RootPagePropertyKey
, value); }