8 references to IncrementReferenceCount
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
2517previousNode = previousNode.IncrementReferenceCount(previousEdge, rightEdgeReferenceCount); 2518nextNode = nextNode.IncrementReferenceCount(nextEdge, leftEdgeReferenceCount); 2564previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterStartReferenceCount); 2566nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeEndReferenceCount); 2570firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.BeforeStartReferenceCount); 2574nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeStartReferenceCount); 2579lastContainedNode = lastContainedNode.IncrementReferenceCount(ElementEdge.AfterEnd, extractedElementNode.AfterEndReferenceCount); 2583previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterEndReferenceCount);