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