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