3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
289_currentSource = resolvedUri; 1179_currentSource = bpu; 3560_currentSource = null;
14 references to _currentSource
PresentationFramework (14)
System\Windows\Navigation\NavigationService.cs (14)
273!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 288Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 1513resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1525&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1941Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 1948Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2203if (navigatedToNewContent && _currentSource != null) 2206string fragment = BindUriHelper.GetFragment(_currentSource); 3181markupUri = _currentSource; 3270if (_currentSource != null) 3272string fragment = BindUriHelper.GetFragment(_currentSource); 3290name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3302name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);