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