4 writes to _edgeReferenceCounts
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
252_edgeReferenceCounts |= ElementEdge.BeforeStart; 269_edgeReferenceCounts |= ElementEdge.AfterStart; 286_edgeReferenceCounts |= ElementEdge.BeforeEnd; 303_edgeReferenceCounts |= ElementEdge.AfterEnd;
4 references to _edgeReferenceCounts
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
246return (_edgeReferenceCounts & ElementEdge.BeforeStart) != 0; 263return (_edgeReferenceCounts & ElementEdge.AfterStart) != 0; 280return (_edgeReferenceCounts & ElementEdge.BeforeEnd) != 0; 297return (_edgeReferenceCounts & ElementEdge.AfterEnd) != 0;