4 references to CreatePointer
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
214
return DocumentSequenceTextPointer.
CreatePointer
(this, distance, gravity);
779
return
CreatePointer
(thisTp, 0, thisTp.ChildPointer.LogicalDirection);
784
return
CreatePointer
(thisTp, distance, thisTp.ChildPointer.LogicalDirection);
789
return
CreatePointer
(thisTp, 0, gravity);