7 overrides of SymbolOffsetCache
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextTreeFixupNode.cs (1)
229internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
196internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (1)
242internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeRootTextBlock.cs (1)
167internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeTextBlock.cs (1)
389internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
202internal override int SymbolOffsetCache
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
383internal override int SymbolOffsetCache
2 writes to SymbolOffsetCache
PresentationFramework (2)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (1)
316this.SymbolOffsetCache = offset;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1333node.SymbolOffsetCache = nodeOffset;
4 references to SymbolOffsetCache
PresentationFramework (4)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (2)
297node.SymbolOffsetCache >= 0) 299offset += node.SymbolOffsetCache;
src\Framework\System\Windows\Documents\TextContainer.cs (2)
1329node.SymbolOffsetCache == -1 || 1330node.SymbolOffsetCache == nodeOffset, "Bad node offset cache!");