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