4 writes to _edgeReferenceCounts
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (4)
257_edgeReferenceCounts |= ElementEdge.BeforeStart; 274_edgeReferenceCounts |= ElementEdge.AfterStart; 291_edgeReferenceCounts |= ElementEdge.BeforeEnd; 308_edgeReferenceCounts |= ElementEdge.AfterEnd;
4 references to _edgeReferenceCounts
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (4)
251return (_edgeReferenceCounts & ElementEdge.BeforeStart) != 0; 268return (_edgeReferenceCounts & ElementEdge.AfterStart) != 0; 285return (_edgeReferenceCounts & ElementEdge.BeforeEnd) != 0; 302return (_edgeReferenceCounts & ElementEdge.AfterEnd) != 0;