3 writes to _currentCleanSource
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
296
_currentCleanSource
= BindUriHelper.GetUriRelativeToPackAppBase(uri);
1213
_currentCleanSource
= bpuClean;
3624
_currentCleanSource
= null;
11 references to _currentCleanSource
PresentationFramework (11)
System\Windows\Navigation\NavigationService.cs (11)
597
throw new Exception(SR.Format(SR.LoopDetected,
_currentCleanSource
));
1362
return
_currentCleanSource
;
1388
return
_currentCleanSource
;
3236
if (
_currentCleanSource
!= null && BindUriHelper.StartWithFragment(
_currentCleanSource
) == false )
3253
journalEntry.Source =
_currentCleanSource
; // This could be #fragment.
3259
journalEntry = new JournalEntryKeepAlive(_journalEntryGroupState,
_currentCleanSource
, _bp);
3263
journalEntry = new JournalEntryUri(_journalEntryGroupState,
_currentCleanSource
);
3453
return !(
_currentCleanSource
== null
3454
|| BindUriHelper.StartWithFragment(
_currentCleanSource
)
3455
|| BindUriHelper.StartWithFragment(BindUriHelper.GetUriRelativeToPackAppBase(
_currentCleanSource
)));