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