4 references to GetNavigateUri
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (2)
1276Uri relUri = FixedPage.GetNavigateUri(e); 1409Uri navUri = FixedPage.GetNavigateUri(child);
System\Windows\Navigation\NavigationService.cs (1)
127FixedPage.GetNavigateUri(sourceElement) != null)
ReachFramework (1)
Serialization\VisualTreeFlattener.cs (1)
517navigateUri = FixedPage.GetNavigateUri(uiElement);