3 writes to _currentCleanSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
290_currentCleanSource = BindUriHelper.GetUriRelativeToPackAppBase(uri); 1180_currentCleanSource = bpuClean; 3561_currentCleanSource = null;
11 references to _currentCleanSource
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
582throw new Exception(SR.Format(SR.LoopDetected, _currentCleanSource)); 1329return _currentCleanSource; 1355return _currentCleanSource; 3179if (_currentCleanSource != null && !BindUriHelper.StartWithFragment(_currentCleanSource)) 3196journalEntry.Source = _currentCleanSource; // This could be #fragment. 3202journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3206journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource); 3396return !(_currentCleanSource == null 3397|| BindUriHelper.StartWithFragment(_currentCleanSource) 3398|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));