Base:
property
Generation
System.Windows.Documents.SplayTreeNode.Generation
1 write to Generation
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3236_rootNode.Generation++;
3 references to Generation
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
1328Invariant.Assert(node.Generation != _rootNode.Generation || 1332node.Generation = _rootNode.Generation; 1888return _rootNode.Generation;