1 write to Journal
PresentationFramework (1)
System\Windows\Controls\Frame.cs (1)
1248state.Journal = _ownJournalScope.Journal;
4 references to Journal
PresentationFramework (4)
System\Windows\Controls\Frame.cs (4)
1218if (Journal != null) 1220Journal.PruneKeepAliveEntries(); 1267Invariant.Assert(state.Journal != null); 1268_ownJournalScope.Journal = state.Journal;