8 references to TextPointer
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (1)
442return new TextPointer(this, offset + 1, direction);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
74navigator = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (2)
59start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); 60end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount - 2, LogicalDirection.Forward);
System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
54start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);
System\Windows\Documents\TextTreeInsertUndoUnit.cs (2)
54start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); 55end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount, LogicalDirection.Forward);
System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
50position = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);