8 references to CreatePointer
PresentationFramework (8)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
108TextPointer navigator = this.ContentStart.CreatePointer();
src\Framework\System\Windows\Documents\Paragraph.cs (1)
255ITextPointer navigator = paragraph.ContentStart.CreatePointer();
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1301TextPointer previousPosition = position.CreatePointer(); 1310TextPointer nextPosition = position.CreatePointer();
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
176TextPointer navigator = mergePosition.CreatePointer();
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
897insertionPosition = position.CreatePointer(); 903insertionPosition = position.CreatePointer();
src\Framework\System\windows\Documents\TextSelection.cs (1)
1086ITextPointer movingPosition = nextCell.ContentEnd.CreatePointer();