1 write to Journal
PresentationFramework (1)
src\Framework\System\Windows\Controls\Frame.cs (1)
1268state.Journal = _ownJournalScope.Journal;
4 references to Journal
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (4)
1238if (Journal != null) 1240Journal.PruneKeepAliveEntries(); 1287Invariant.Assert(state.Journal != null); 1288_ownJournalScope.Journal = state.Journal;