2 writes to CustomContentState
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2273je.CustomContentState = null; // Object not needed anymore. 3286journalEntry.CustomContentState = ccs;
7 references to CustomContentState
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
261destinationEntry != null && destinationEntry.CustomContentState != null; 1444if (je != null && je.CustomContentState == null) 2061(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.CustomContentState : null; 2270if (je.CustomContentState != null) 2272je.CustomContentState.Replay(this, navInfo.NavigationMode); 3309if (journalEntry.CustomContentState != null) 3311name = journalEntry.CustomContentState.JournalEntryName;