Base:
property
Generation
System.Windows.Documents.SplayTreeNode.Generation
1 write to Generation
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3215
_rootNode.
Generation
++;
3 references to Generation
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
1308
Invariant.Assert(node.Generation != _rootNode.
Generation
||
1312
node.Generation = _rootNode.
Generation
;
1868
return _rootNode.
Generation
;