2 writes to Source
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (1)
91
Source
= uri;
System\Windows\Navigation\NavigationService.cs (1)
3200
journalEntry.
Source
= _currentCleanSource; // This could be #fragment.
12 references to Source
PresentationFramework (12)
MS\Internal\AppModel\Journaling.cs (4)
168
Invariant.Assert(this.
Source
!= null, "Can't journal by Uri without a Uri.");
226
return navigator.Navigate(this.KeepAliveRoot, new NavigateInfo(
Source
, navMode, this));
459
return navigator.Navigate(pf, new NavigateInfo(this.
Source
, navMode, this));
571
return navigator.Navigate(pageFunction, new NavigateInfo(this.
Source
, navMode, this));
System\Windows\Navigation\JournalEntry.cs (3)
301
if (this.
Source
!= null)
303
return navigator.Navigate(
Source
, new NavigateInfo(
Source
, navMode, this));
System\Windows\Navigation\NavigationService.cs (5)
3875
new NavigateInfo(parentEntry.
Source
, NavigationMode.Back, parentEntry) :
3876
new NavigateInfo(parentEntry.
Source
, NavigationMode.New);
3886
new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.
Source
,
3888
new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.
Source
,
3892
this.Navigate(parentEntry.
Source
, pfRetInfo);