10 references to Source
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1106navInfo.Source == null || 1107IsSameUri(null, navInfo.Source, bpu, false /* withFragment */), 1111bpu = navInfo?.Source; 1625Uri source = navigateInfo?.Source; 2002navigateInfo.Source != null && 2009navigateInfo.Source, false /* withFragment */), 2059navigateInfo.Source == null || 2060IsSameUri(null, navigateInfo.Source, source, false /* withFragment */), 2065source = navigateInfo.Source; 3025Uri source = navigateInfo?.Source;