2 writes to CustomContentState
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2284je.CustomContentState = null; // Object not needed anymore. 3297journalEntry.CustomContentState = ccs;
7 references to CustomContentState
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
272destinationEntry != null && destinationEntry.CustomContentState != null; 1455if (je != null && je.CustomContentState == null) 2072(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.CustomContentState : null; 2281if (je.CustomContentState != null) 2283je.CustomContentState.Replay(this, navInfo.NavigationMode); 3320if (journalEntry.CustomContentState != null) 3322name = journalEntry.CustomContentState.JournalEntryName;