Base:
property
SymbolCount
System.Windows.Documents.SplayTreeNode.SymbolCount
1 reference to SymbolCount
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1846return (_rootNode == null ? 2 : _rootNode.SymbolCount);