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