Base:
property
BeforeStartReferenceCount
System.Windows.Documents.TextTreeNode.BeforeStartReferenceCount
2 references to BeforeStartReferenceCount
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
2611
firstContainedNode = firstContainedNode.IncrementReferenceCount(ElementEdge.BeforeStart, extractedElementNode.
BeforeStartReferenceCount
);
2615
nextNode = nextNode.IncrementReferenceCount(nextEdge, extractedElementNode.
BeforeStartReferenceCount
);