3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
306_currentSource = resolvedUri; 1223_currentSource = bpu; 3634_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
290!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 305Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1558resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1570&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1999Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2006Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2271if (navigatedToNewContent && _currentSource != null) 2274string fragment = BindUriHelper.GetFragment(_currentSource); 3249markupUri = _currentSource; 3338if (_currentSource != null) 3340string fragment = BindUriHelper.GetFragment(_currentSource); 3358name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3370name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);