14 references to GetSymbolOffset
PresentationFramework (14)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
1607
if (_rootNode.CaretUnitBoundaryCacheOffset != position.
GetSymbolOffset
())
1609
_rootNode.CaretUnitBoundaryCacheOffset = position.
GetSymbolOffset
();
2337
symbolOffset = startPosition.
GetSymbolOffset
();
src\Framework\System\Windows\Documents\TextPointer.cs (10)
484
offsetThis =
GetSymbolOffset
();
485
offsetPosition = position.
GetSymbolOffset
();
600
count = _tree.InternalSymbolCount - this.
GetSymbolOffset
() - 1;
604
count = this.
GetSymbolOffset
() - 1;
700
return (position.
GetSymbolOffset
() -
GetSymbolOffset
());
796
return textNode == null ? 0 : GetTextInRun(_tree,
GetSymbolOffset
(), textNode, -1, direction, textBuffer, startIndex, count);
1925
currentOffset =
GetSymbolOffset
();
3750
return
GetSymbolOffset
() - 1;
3934
offset = position.
GetSymbolOffset
() + distance;
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
39
internal TextTreeDeleteContentUndoUnit(TextContainer tree, TextPointer start, TextPointer end) : base(tree, start.
GetSymbolOffset
())