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