8 references to IncrementReferenceCount
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
2538previousNode = previousNode.IncrementReferenceCount(previousEdge, rightEdgeReferenceCount); 2539nextNode = nextNode.IncrementReferenceCount(nextEdge, leftEdgeReferenceCount); 2585previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterStartReferenceCount); 2587nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeEndReferenceCount); 2591firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.BeforeStartReferenceCount); 2595nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeStartReferenceCount); 2600lastContainedNode = lastContainedNode.IncrementReferenceCount(ElementEdge.AfterEnd, extractedElementNode.AfterEndReferenceCount); 2604previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterEndReferenceCount);