4 writes to _edgeReferenceCounts
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
251_edgeReferenceCounts |= ElementEdge.BeforeStart; 268_edgeReferenceCounts |= ElementEdge.AfterStart; 285_edgeReferenceCounts |= ElementEdge.BeforeEnd; 302_edgeReferenceCounts |= ElementEdge.AfterEnd;
4 references to _edgeReferenceCounts
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
245return (_edgeReferenceCounts & ElementEdge.BeforeStart) != 0; 262return (_edgeReferenceCounts & ElementEdge.AfterStart) != 0; 279return (_edgeReferenceCounts & ElementEdge.BeforeEnd) != 0; 296return (_edgeReferenceCounts & ElementEdge.AfterEnd) != 0;