10 references to Source
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1103navInfo.Source == null || 1104IsSameUri(null, navInfo.Source, bpu, false /* withFragment */), 1108bpu = navInfo?.Source; 1622Uri source = navigateInfo?.Source; 1999navigateInfo.Source != null && 2006navigateInfo.Source, false /* withFragment */), 2056navigateInfo.Source == null || 2057IsSameUri(null, navigateInfo.Source, source, false /* withFragment */), 2062source = navigateInfo.Source; 3022Uri source = navigateInfo?.Source;