2 writes to CustomContentState
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2220je.CustomContentState = null; // Object not needed anymore. 3233journalEntry.CustomContentState = ccs;
7 references to CustomContentState
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
256destinationEntry != null && destinationEntry.CustomContentState != null; 1415if (je != null && je.CustomContentState == null) 2018(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.CustomContentState : null; 2217if (je.CustomContentState != null) 2219je.CustomContentState.Replay(this, navInfo.NavigationMode); 3256if (journalEntry.CustomContentState != null) 3258name = journalEntry.CustomContentState.JournalEntryName;