8 references to IncrementReferenceCount
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
2543previousNode = previousNode.IncrementReferenceCount(previousEdge, rightEdgeReferenceCount); 2544nextNode = nextNode.IncrementReferenceCount(nextEdge, leftEdgeReferenceCount); 2590previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterStartReferenceCount); 2592nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeEndReferenceCount); 2596firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.BeforeStartReferenceCount); 2600nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeStartReferenceCount); 2605lastContainedNode = lastContainedNode.IncrementReferenceCount(ElementEdge.AfterEnd, extractedElementNode.AfterEndReferenceCount); 2609previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterEndReferenceCount);