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