3 references to CreatePointer
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
202return DocumentSequenceTextPointer.CreatePointer(this, gravity);
System\Windows\Documents\DocumentSequenceTextView.cs (2)
97return tp == null ? null : DocumentSequenceTextPointer.CreatePointer(tp, edge); 236return DocumentSequenceTextPointer.CreatePointer(newTp, newEdge);