4 references to CreatePointer
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
201
return DocumentSequenceTextPointer.
CreatePointer
(this, distance, gravity);
756
return
CreatePointer
(thisTp, 0, thisTp.ChildPointer.LogicalDirection);
761
return
CreatePointer
(thisTp, distance, thisTp.ChildPointer.LogicalDirection);
766
return
CreatePointer
(thisTp, 0, gravity);