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