3 references to NavigateInfo
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2169
Navigate(_currentSource, new
NavigateInfo
(_currentSource, NavigationMode.Refresh));
2176
Navigate(_bp, new
NavigateInfo
(_currentSource, NavigationMode.Refresh));
4220
new
NavigateInfo
(parentEntry.Source, NavigationMode.New);