8 references to IncrementReferenceCount
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
2516previousNode = previousNode.IncrementReferenceCount(previousEdge, rightEdgeReferenceCount); 2517nextNode = nextNode.IncrementReferenceCount(nextEdge, leftEdgeReferenceCount); 2563previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterStartReferenceCount); 2565nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeEndReferenceCount); 2569firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.BeforeStartReferenceCount); 2573nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeStartReferenceCount); 2578lastContainedNode = lastContainedNode.IncrementReferenceCount(ElementEdge.AfterEnd, extractedElementNode.AfterEndReferenceCount); 2582previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterEndReferenceCount);