1 write to Journal
PresentationFramework (1)
System\Windows\Controls\Frame.cs (1)
1236state.Journal = _ownJournalScope.Journal;
4 references to Journal
PresentationFramework (4)
System\Windows\Controls\Frame.cs (4)
1206if (Journal != null) 1208Journal.PruneKeepAliveEntries(); 1255Invariant.Assert(state.Journal != null); 1256_ownJournalScope.Journal = state.Journal;