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