4 references to CreatePointer
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
202
return DocumentSequenceTextPointer.
CreatePointer
(this, distance, gravity);
757
return
CreatePointer
(thisTp, 0, thisTp.ChildPointer.LogicalDirection);
762
return
CreatePointer
(thisTp, distance, thisTp.ChildPointer.LogicalDirection);
767
return
CreatePointer
(thisTp, 0, gravity);