2 writes to _contentId
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
86
_contentId
= contentId;
110
_contentId
= value;
3 references to _contentId
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\Journaling.cs (3)
105
get { return
_contentId
; }
108
Debug.Assert(
_contentId
== 0 ||
_contentId
== value,