10 references to Source
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1107navInfo.Source == null || 1108IsSameUri(null, navInfo.Source, bpu, false /* withFragment */), 1112bpu = navInfo?.Source; 1626Uri source = navigateInfo?.Source; 2003navigateInfo.Source != null && 2010navigateInfo.Source, false /* withFragment */), 2060navigateInfo.Source == null || 2061IsSameUri(null, navigateInfo.Source, source, false /* withFragment */), 2066source = navigateInfo.Source; 3026Uri source = navigateInfo?.Source;