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