2 writes to _edgeReferenceCounts
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (2)
250
_edgeReferenceCounts
|= ElementEdge.BeforeStart;
298
_edgeReferenceCounts
|= ElementEdge.AfterEnd;
2 references to _edgeReferenceCounts
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (2)
244
return (
_edgeReferenceCounts
& ElementEdge.BeforeStart) != 0;
292
return (
_edgeReferenceCounts
& ElementEdge.AfterEnd) != 0;