5 overrides of BeforeStartReferenceCount
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextTreeFixupNode.cs (1)
271internal override bool BeforeStartReferenceCount
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
240internal override bool BeforeStartReferenceCount
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (1)
290internal override bool BeforeStartReferenceCount
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
247internal override bool BeforeStartReferenceCount
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
425internal override bool BeforeStartReferenceCount
1 write to BeforeStartReferenceCount
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeNode.cs (1)
409this.BeforeStartReferenceCount = true;
2 references to BeforeStartReferenceCount
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
2235if (nextNode != null && nextNode.SymbolCount == 0 && !((TextTreeNode)nextNode).BeforeStartReferenceCount) 2569leftEdgeReferenceCount |= node.BeforeStartReferenceCount || node.BeforeEndReferenceCount;