2 writes to Source
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
114
Source
= uri;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3500
journalEntry.
Source
= _currentCleanSource; // This could be #fragment.
12 references to Source
PresentationFramework (12)
src\Framework\MS\Internal\AppModel\Journaling.cs (4)
183
Invariant.Assert(this.
Source
!= null, "Can't journal by Uri without a Uri.");
241
return navigator.Navigate(this.KeepAliveRoot, new NavigateInfo(
Source
, navMode, this));
481
return navigator.Navigate(pf, new NavigateInfo(this.
Source
, navMode, this));
602
return navigator.Navigate(pageFunction, new NavigateInfo(this.
Source
, navMode, this));
src\Framework\System\Windows\Navigation\JournalEntry.cs (3)
344
if (this.
Source
!= null)
346
return navigator.Navigate(
Source
, new NavigateInfo(
Source
, navMode, this));
src\Framework\System\Windows\Navigation\NavigationService.cs (5)
4219
new NavigateInfo(parentEntry.
Source
, NavigationMode.Back, parentEntry) :
4220
new NavigateInfo(parentEntry.
Source
, NavigationMode.New);
4230
new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.
Source
,
4232
new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.
Source
,
4236
this.Navigate(parentEntry.
Source
, pfRetInfo);