1 write to _groupExitEntry
PresentationFramework (1)
MS\Internal\AppModel\Journaling.cs (1)
122_groupExitEntry = value;
3 references to _groupExitEntry
PresentationFramework (3)
MS\Internal\AppModel\Journaling.cs (3)
117get { return _groupExitEntry; } 121Debug.Assert(_groupExitEntry == null || _groupExitEntry.ContentId == value.ContentId);