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