1 implementation of INavigationProxy
Microsoft.Maui.Controls (1)
NavigableElement\NavigableElement.cs (1)
11
public class NavigableElement : StyleableElement,
INavigationProxy
2 references to INavigationProxy
Microsoft.Maui.Controls (2)
NavigableElement\NavigableElement.cs (2)
57
INavigationProxy
navProxy = null;
60
if (parent is
INavigationProxy
proxy)