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