5 references to KeepAliveRoot
PresentationFramework (5)
MS\Internal\AppModel\Journaling.cs (4)
221
return this.
KeepAliveRoot
!= null;
226
Debug.Assert(this.
KeepAliveRoot
== contentObject); // set by ctor; shouldn't change
234
Debug.Assert(this.
KeepAliveRoot
!= null);
235
return navigator.Navigate(this.
KeepAliveRoot
, new NavigateInfo(Source, navMode, this));
System\Windows\Navigation\NavigationService.cs (1)
3964
object root = ((JournalEntryKeepAlive)parentEntry).
KeepAliveRoot
;