7 overrides of SymbolOffsetCache
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
223
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeObjectNode.cs (1)
190
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeRootNode.cs (1)
236
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
167
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeTextBlock.cs (1)
384
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeTextElementNode.cs (1)
196
internal override int
SymbolOffsetCache
System\Windows\Documents\TextTreeTextNode.cs (1)
377
internal override int
SymbolOffsetCache
2 writes to SymbolOffsetCache
PresentationFramework (2)
System\Windows\Documents\SplayTreeNode.cs (1)
316
this.
SymbolOffsetCache
= offset;
System\Windows\Documents\TextContainer.cs (1)
1318
node.
SymbolOffsetCache
= nodeOffset;
4 references to SymbolOffsetCache
PresentationFramework (4)
System\Windows\Documents\SplayTreeNode.cs (2)
297
node.
SymbolOffsetCache
>= 0)
299
offset += node.
SymbolOffsetCache
;
System\Windows\Documents\TextContainer.cs (2)
1314
node.
SymbolOffsetCache
== -1 ||
1315
node.
SymbolOffsetCache
== nodeOffset, "Bad node offset cache!");