3 references to NavigationProperty
Microsoft.Maui.Controls (3)
NavigableElement\NavigableElement.cs (2)
28 /// <remarks>Binds to the <see cref="NavigationProperty"/> <see cref="BindableProperty"/>.</remarks> 31 get { return (INavigation)GetValue(NavigationProperty); }
VisualElement\VisualElement.cs (1)
24 public new static readonly BindableProperty NavigationProperty = NavigableElement.NavigationProperty;