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)
734
throw new Exception(SR.Get(SRID.LoopDetected,
_currentCleanSource
));
1528
return
_currentCleanSource
;
1554
return
_currentCleanSource
;
3483
if (
_currentCleanSource
!= null && BindUriHelper.StartWithFragment(
_currentCleanSource
) == false )
3500
journalEntry.Source =
_currentCleanSource
; // This could be #fragment.
3506
journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState,
_currentCleanSource
, _bp);
3510
journalEntry = new JournalEntryUri(_journalEntryGroupState,
_currentCleanSource
);
3723
return !(
_currentCleanSource
== null
3724
|| BindUriHelper.StartWithFragment(
_currentCleanSource
)
3725
|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(
_currentCleanSource
)));