2 writes to CustomContentState
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2229je.CustomContentState = null; // Object not needed anymore. 3233journalEntry.CustomContentState = ccs;
7 references to CustomContentState
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
268destinationEntry != null && destinationEntry.CustomContentState != null; 1424if (je != null && je.CustomContentState == null) 2027(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.CustomContentState : null; 2226if (je.CustomContentState != null) 2228je.CustomContentState.Replay(this, navInfo.NavigationMode); 3256if (journalEntry.CustomContentState != null) 3258name = journalEntry.CustomContentState.JournalEntryName;