3 writes to _currentCleanSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
307_currentCleanSource = BindUriHelper.GetUriRelativeToPackAppBase(uri); 1224_currentCleanSource = bpuClean; 3635_currentCleanSource = null;
11 references to _currentCleanSource
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
608throw new Exception(SR.Format(SR.LoopDetected, _currentCleanSource)); 1373return _currentCleanSource; 1399return _currentCleanSource; 3247if (_currentCleanSource != null && BindUriHelper.StartWithFragment(_currentCleanSource) == false ) 3264journalEntry.Source = _currentCleanSource; // This could be #fragment. 3270journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3274journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource); 3464return !(_currentCleanSource == null 3465|| BindUriHelper.StartWithFragment(_currentCleanSource) 3466|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));