2 writes to _contentId
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
80
_contentId
= contentId;
104
_contentId
= value;
3 references to _contentId
PresentationFramework (3)
MS\Internal\AppModel\Journaling.cs (3)
99
get { return
_contentId
; }
102
Debug.Assert(
_contentId
== 0 ||
_contentId
== value,