1 write to _generation
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
34_generation = (textContainer != null) ? textContainer.Generation : 0;
1 reference to _generation
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
138Invariant.Assert(_generation == _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!");