3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
302_currentSource = resolvedUri; 1192_currentSource = bpu; 3558_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
286!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 301Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1526resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1538&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1954Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 1961Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2216if (navigatedToNewContent && _currentSource != null) 2219string fragment = BindUriHelper.GetFragment(_currentSource); 3185markupUri = _currentSource; 3274if (_currentSource != null) 3276string fragment = BindUriHelper.GetFragment(_currentSource); 3294name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3306name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);