9 references to StaticTextPointer
PresentationFramework (9)
System\Windows\Documents\StaticTextPointer.cs (2)
27
internal StaticTextPointer(ITextContainer textContainer, object handle0) :
this
(textContainer, handle0, 0)
202
internal static StaticTextPointer Null = new
StaticTextPointer
(null, null, 0);
System\Windows\Documents\TextContainer.cs (2)
497
return new
StaticTextPointer
(this, node, nodeOffset);
663
nextContextPosition = new
StaticTextPointer
(this, node, node.GetOffsetFromEdge(edge));
System\Windows\Documents\TextElement.cs (4)
342
return new
StaticTextPointer
(tree, _textElementNode, 0);
375
return new
StaticTextPointer
(tree, _textElementNode, 1);
408
return new
StaticTextPointer
(tree, _textElementNode, _textElementNode.SymbolCount - 1);
449
return new
StaticTextPointer
(tree, _textElementNode, _textElementNode.SymbolCount);
System\Windows\Documents\TextPointer.cs (1)
2572
return new
StaticTextPointer
(_tree, _node, _node.GetOffsetFromEdge(this.Edge));