7 references to SymbolOffset
PresentationFramework (7)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
73navigator = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (2)
58start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); 59end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount - 2, LogicalDirection.Forward);
System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
53start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);
System\Windows\Documents\TextTreeInsertUndoUnit.cs (2)
53start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); 54end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount, LogicalDirection.Forward);
System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
49position = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward);