4 references to TextPointer
PresentationFramework (4)
System\Windows\Documents\TextContainer.cs (2)
863
originalPosition = this.HasListeners ? new
TextPointer
(position, LogicalDirection.Backward) : null;
1271
deletePosition = new
TextPointer
(startPosition, LogicalDirection.Forward);
System\Windows\Documents\TextPointer.cs (2)
324
return new
TextPointer
(this, gravity);
904
TextPointer position = new
TextPointer
(this, direction);