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