Base:
property
ContainedNode
System.Windows.Documents.SplayTreeNode.ContainedNode
2 references to ContainedNode
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3303for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.GetMinSibling(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.GetNextNode())
src\Framework\System\Windows\Documents\TextTreeText.cs (1)
248node = (TextTreeTextBlock)rootTextBlock.ContainedNode.GetSiblingAtOffset(offset, out nodeOffset);