2 writes to GroupExitEntry
PresentationFramework (2)
src\Framework\System\Windows\Navigation\Journal.cs (1)
322journalEntry.JEGroupState.GroupExitEntry = journalEntry;
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
112jeGroupState.GroupExitEntry = this;
1 reference to GroupExitEntry
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
517&& (ns.ContentId == entry.ContentId || entry.JEGroupState.GroupExitEntry == entry);