4 references to CreatePointer
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
204
return DocumentSequenceTextPointer.
CreatePointer
(this, distance, gravity);
760
return
CreatePointer
(thisTp, 0, thisTp.ChildPointer.LogicalDirection);
765
return
CreatePointer
(thisTp, distance, thisTp.ChildPointer.LogicalDirection);
770
return
CreatePointer
(thisTp, 0, gravity);