1 instantiation of StackNavigationManager
Microsoft.Maui (1)
Handlers\NavigationPage\NavigationViewHandler.Tizen.cs (1)
10
return new
StackNavigationManager
();
8 references to StackNavigationManager
Microsoft.Maui (8)
Handlers\NavigationPage\INavigationViewHandler.cs (2)
8
using PlatformView = Microsoft.Maui.Platform.
StackNavigationManager
;
18
new
PlatformView
PlatformView { get; }
Handlers\NavigationPage\NavigationViewHandler.cs (2)
8
using PlatformView = Microsoft.Maui.Platform.
StackNavigationManager
;
43
PlatformView
INavigationViewHandler.PlatformView => PlatformView;
Handlers\NavigationPage\NavigationViewHandler.Tizen.cs (4)
6
ViewHandler<IStackNavigationView,
StackNavigationManager
>, IPlatformViewHandler
8
protected override
StackNavigationManager
CreatePlatformView()
13
protected override void ConnectHandler(
StackNavigationManager
platformView)
19
protected override void DisconnectHandler(
StackNavigationManager
platformView)