3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
290_currentSource = resolvedUri; 1183_currentSource = bpu; 3564_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
274!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 289Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1517resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1529&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1945Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 1952Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2207if (navigatedToNewContent && _currentSource != null) 2210string 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);