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