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