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