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