3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
295_currentSource = resolvedUri; 1212_currentSource = bpu; 3623_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
279!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 294Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1547resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1559&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1988Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 1995Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2260if (navigatedToNewContent && _currentSource != null) 2263string fragment = BindUriHelper.GetFragment(_currentSource); 3238markupUri = _currentSource; 3327if (_currentSource != null) 3329string fragment = BindUriHelper.GetFragment(_currentSource); 3347name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3359name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);