8 references to IncrementReferenceCount
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (8)
2513previousNode = previousNode.IncrementReferenceCount(previousEdge, rightEdgeReferenceCount); 2514nextNode = nextNode.IncrementReferenceCount(nextEdge, leftEdgeReferenceCount); 2560previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterStartReferenceCount); 2562nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeEndReferenceCount); 2566firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.BeforeStartReferenceCount); 2570nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.BeforeStartReferenceCount); 2575lastContainedNode = lastContainedNode.IncrementReferenceCount(ElementEdge.AfterEnd, extractedElementNode.AfterEndReferenceCount); 2579previousNode = previousNode.IncrementReferenceCount(previousEdge, extractedElementNode.AfterEndReferenceCount);