2 writes to Source
PresentationFramework (2)
System\Windows\Navigation\JournalEntry.cs (1)
106Source = uri;
System\Windows\Navigation\NavigationService.cs (1)
3264journalEntry.Source = _currentCleanSource; // This could be #fragment.
12 references to Source
PresentationFramework (12)
MS\Internal\AppModel\Journaling.cs (4)
177Invariant.Assert(this.Source != null, "Can't journal by Uri without a Uri."); 235return navigator.Navigate(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this)); 468return navigator.Navigate(pf, new NavigateInfo(this.Source, navMode, this)); 580return navigator.Navigate(pageFunction, new NavigateInfo(this.Source, navMode, this));
System\Windows\Navigation\JournalEntry.cs (3)
316if (this.Source != null) 318return navigator.Navigate(Source, new NavigateInfo(Source, navMode, this));
System\Windows\Navigation\NavigationService.cs (5)
3945new NavigateInfo(parentEntry.Source, NavigationMode.Back, parentEntry) : 3946new NavigateInfo(parentEntry.Source, NavigationMode.New); 3956new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.Source, 3958new PageFunctionReturnInfo(finishingChildPageFunction, parentEntry.Source, 3962this.Navigate(parentEntry.Source, pfRetInfo);