2 writes to CustomContentState
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2465
je.
CustomContentState
= null; // Object not needed anymore.
3533
journalEntry.
CustomContentState
= ccs;
7 references to CustomContentState
PresentationFramework (7)
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
302
destinationEntry != null && destinationEntry.
CustomContentState
!= null;
1610
if (je != null && je.
CustomContentState
== null)
2242
(navigateInfo != null && navigateInfo.JournalEntry != null) ? navigateInfo.JournalEntry.
CustomContentState
: null;
2462
if (je.
CustomContentState
!= null)
2464
je.
CustomContentState
.Replay(this, navInfo.NavigationMode);
3556
if (journalEntry.
CustomContentState
!= null)
3558
name = journalEntry.
CustomContentState
.JournalEntryName;