1 implementation of INavigation
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
22
public class NavigationProxy :
INavigation
18 references to INavigation
Microsoft.Maui.Controls (18)
NavigableElement\NavigableElement.cs (4)
14
BindableProperty.CreateReadOnly(nameof(Navigation), typeof(
INavigation
), typeof(NavigableElement), default(
INavigation
));
29
public
INavigation
Navigation
31
get { return (
INavigation
)GetValue(NavigationProperty); }
NavigationProxy.cs (11)
24
INavigation
_inner;
30
public
INavigation
Inner
160
INavigation
currentInner = Inner;
166
INavigation
currentInner = Inner;
172
INavigation
currentInner = Inner;
188
INavigation
inner = Inner;
194
INavigation
innerNav = Inner;
200
INavigation
currentInner = Inner;
216
INavigation
currentInner = Inner;
227
INavigation
currentInner = Inner;
238
INavigation
currentInner = Inner;
Shell\Shell.cs (3)
2139
readonly
INavigation
_shellProxy;
2141
public NavigationImplWrapper(
INavigation
proxy,
INavigation
shellProxy)