3 references to CreatePointer
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
206
return DocumentSequenceTextPointer.
CreatePointer
(this, gravity);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (2)
103
return tp == null ? null : DocumentSequenceTextPointer.
CreatePointer
(tp, edge);
242
return DocumentSequenceTextPointer.
CreatePointer
(newTp, newEdge);