Base:
property
Generation
System.Windows.Documents.SplayTreeNode.Generation
1 write to Generation
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3220
_rootNode.
Generation
++;
3 references to Generation
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
1313
Invariant.Assert(node.Generation != _rootNode.
Generation
||
1317
node.Generation = _rootNode.
Generation
;
1873
return _rootNode.
Generation
;