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