4 references to CreatePointer
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
214return DocumentSequenceTextPointer.CreatePointer(this, distance, gravity); 779return CreatePointer(thisTp, 0, thisTp.ChildPointer.LogicalDirection); 784return CreatePointer(thisTp, distance, thisTp.ChildPointer.LogicalDirection); 789return CreatePointer(thisTp, 0, gravity);