2 writes to CustomContentState
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2216je.CustomContentState = null; // Object not needed anymore. 3229journalEntry.CustomContentState = ccs;
7 references to CustomContentState
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
255destinationEntry != null && destinationEntry.CustomContentState != null; 1411if (je != null && je.CustomContentState == null) 2014(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.CustomContentState : null; 2213if (je.CustomContentState != null) 2215je.CustomContentState.Replay(this, navInfo.NavigationMode); 3252if (journalEntry.CustomContentState != null) 3254name = journalEntry.CustomContentState.JournalEntryName;