3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
304_currentSource = resolvedUri; 1221_currentSource = bpu; 3632_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
288!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 303Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1556resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1568&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1997Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2004Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2269if (navigatedToNewContent && _currentSource != null) 2272string fragment = BindUriHelper.GetFragment(_currentSource); 3247markupUri = _currentSource; 3336if (_currentSource != null) 3338string fragment = BindUriHelper.GetFragment(_currentSource); 3356name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3368name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);