4 references to TextPointer
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
878originalPosition = this.HasListeners ? new TextPointer(position, LogicalDirection.Backward) : null; 1286deletePosition = new TextPointer(startPosition, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
332return new TextPointer(this, gravity); 915TextPointer position = new TextPointer(this, direction);