3 writes to _currentCleanSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
291_currentCleanSource = BindUriHelper.GetUriRelativeToPackAppBase(uri); 1184_currentCleanSource = bpuClean; 3565_currentCleanSource = null;
11 references to _currentCleanSource
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
583throw new Exception(SR.Format(SR.LoopDetected, _currentCleanSource)); 1333return _currentCleanSource; 1359return _currentCleanSource; 3183if (_currentCleanSource != null && BindUriHelper.StartWithFragment(_currentCleanSource) == false ) 3200journalEntry.Source = _currentCleanSource; // This could be #fragment. 3206journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3210journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource); 3400return !(_currentCleanSource == null 3401|| BindUriHelper.StartWithFragment(_currentCleanSource) 3402|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));