7 references to SymbolOffset
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
82
navigator = new TextPointer(this.TextContainer, this.
SymbolOffset
, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (2)
65
start = new TextPointer(this.TextContainer, this.
SymbolOffset
, LogicalDirection.Forward);
66
end = new TextPointer(this.TextContainer, this.
SymbolOffset
+ _symbolCount - 2, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextTreeInsertElementUndoUnit.cs (1)
58
start = new TextPointer(this.TextContainer, this.
SymbolOffset
, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextTreeInsertUndoUnit.cs (2)
58
start = new TextPointer(this.TextContainer, this.
SymbolOffset
, LogicalDirection.Forward);
59
end = new TextPointer(this.TextContainer, this.
SymbolOffset
+ _symbolCount, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
57
position = new TextPointer(this.TextContainer, this.
SymbolOffset
, LogicalDirection.Forward);