3 writes to _currentSource
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
336_currentSource = resolvedUri; 1375_currentSource = bpu; 3909_currentSource = null;
15 references to _currentSource
PresentationFramework (15)
src\Framework\System\Windows\Navigation\NavigationService.cs (15)
320!IsSameUri(null, _currentSource, uri, true /* with Fragment */))) 335Uri resolvedUri = BindUriHelper.GetResolvedUri(_currentSource, uri); 590Uri source = _currentSource; 1713resolvedSource = BindUriHelper.GetResolvedUri(_currentSource, source); 1725&& IsSameUri(null, resolvedSource, _currentSource, false /* without Fragment */); 2169Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2176Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 2452if (navigatedToNewContent && _currentSource != null) 2455string fragment = BindUriHelper.GetFragment(_currentSource); 3485markupUri = _currentSource; 3574if (_currentSource != null) 3576string fragment = BindUriHelper.GetFragment(_currentSource); 3594name = String.Format(CultureInfo.CurrentCulture, "{0} ({1})", navWin.Title, JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin)); 3606name = JournalEntry.GetDisplayName(_currentSource, SiteOfOriginContainer.SiteOfOrigin);