2 writes to _contentId
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
70
_contentId
= contentId;
94
_contentId
= value;
3 references to _contentId
PresentationFramework (3)
MS\Internal\AppModel\Journaling.cs (3)
89
get { return
_contentId
; }
92
Debug.Assert(
_contentId
== 0 ||
_contentId
== value,