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)
1328
Invariant.Assert(node.Generation != _rootNode.
Generation
||
1332
node.Generation = _rootNode.
Generation
;
1888
return _rootNode.
Generation
;