1 write to Journal
PresentationFramework (1)
System\Windows\Controls\Frame.cs (1)
1230state.Journal = _ownJournalScope.Journal;
3 references to Journal
PresentationFramework (3)
System\Windows\Controls\Frame.cs (3)
1202Journal?.PruneKeepAliveEntries(); 1249Invariant.Assert(state.Journal != null); 1250_ownJournalScope.Journal = state.Journal;