1 write to _groupExitEntry
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
138_groupExitEntry = value;
3 references to _groupExitEntry
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\Journaling.cs (3)
133get { return _groupExitEntry; } 137Debug.Assert(_groupExitEntry == null || _groupExitEntry.ContentId == value.ContentId);