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)
138
Invariant.Assert(
_generation
== _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!");