5 implementations of Generation
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
398uint ITextContainer.Generation
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
258uint ITextContainer.Generation
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
227uint ITextContainer.Generation
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
207uint ITextContainer.Generation
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1742uint ITextContainer.Generation
5 references to Generation
PresentationFramework (5)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (2)
36_generation = (textContainer != null) ? textContainer.Generation : 0; 140Invariant.Assert(_generation == _textContainer.Generation, "StaticTextPointer not synchronized to tree generation!");
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
1943if (thisRange._ContentGeneration == thisRange._TextSegments[0].Start.TextContainer.Generation) 2005thisRange._ContentGeneration = thisRange._TextSegments[0].Start.TextContainer.Generation; 2096thisRange._ContentGeneration = thisRange._TextSegments[0].Start.TextContainer.Generation;