2 implementations of FindRootViewer
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
794Visual INavigatorImpl.FindRootViewer()
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
967Visual INavigatorImpl.FindRootViewer()
3 references to FindRootViewer
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
971vis = navigator.FindRootViewer();
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
508Visual v = _navigatorHostImpl.FindRootViewer(); 521Visual v = _navigatorHostImpl.FindRootViewer();