10 references to Source
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1116navInfo.Source == null || 1117IsSameUri(null, navInfo.Source, bpu, false /* withFragment */), 1121bpu = navInfo?.Source; 1635Uri source = navigateInfo?.Source; 2012navigateInfo.Source != null && 2019navigateInfo.Source, false /* withFragment */), 2069navigateInfo.Source == null || 2070IsSameUri(null, navigateInfo.Source, source, false /* withFragment */), 2075source = navigateInfo.Source; 3026Uri source = navigateInfo?.Source;