3 writes to _currentCleanSource
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
337_currentCleanSource = BindUriHelper.GetUriRelativeToPackAppBase(uri); 1376_currentCleanSource = bpuClean; 3910_currentCleanSource = null;
11 references to _currentCleanSource
PresentationFramework (11)
src\Framework\System\Windows\Navigation\NavigationService.cs (11)
734throw new Exception(SR.Get(SRID.LoopDetected, _currentCleanSource)); 1528return _currentCleanSource; 1554return _currentCleanSource; 3483if (_currentCleanSource != null && BindUriHelper.StartWithFragment(_currentCleanSource) == false ) 3500journalEntry.Source = _currentCleanSource; // This could be #fragment. 3506journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState, _currentCleanSource, _bp); 3510journalEntry = new JournalEntryUri(_journalEntryGroupState, _currentCleanSource); 3723return !(_currentCleanSource == null 3724|| BindUriHelper.StartWithFragment(_currentCleanSource) 3725|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));