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