3 writes to _currentSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
289_currentSource = resolvedUri; 1182_currentSource = bpu; 3563_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); 1516resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1528&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 1944Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 1951Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2206if (navigatedToNewContent && _currentSource != null) 2209string fragment = BindUriHelper.GetFragment(_currentSource); 3184markupUri = _currentSource; 3273if (_currentSource != null) 3275string fragment = BindUriHelper.GetFragment(_currentSource); 3293name = $"{navWin.Title} ({JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)})"; 3305name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);