3 writes to _currentCleanSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
305_currentCleanSource = BindUriHelper.GetUriRelativeToPackAppBase(uri); 1222_currentCleanSource = bpuClean; 3633_currentCleanSource = null;
11 references to _currentCleanSource
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
606throw new Exception(SR.Format(SR.LoopDetected, _currentCleanSource)); 1371return _currentCleanSource; 1397return _currentCleanSource; 3245if (_currentCleanSource != null && BindUriHelper.StartWithFragment(_currentCleanSource) == false ) 3262journalEntry.Source = _currentCleanSource; // This could be #fragment. 3268journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3272journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource); 3462return !(_currentCleanSource == null 3463|| BindUriHelper.StartWithFragment(_currentCleanSource) 3464|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));