1 implementation of _ContentGeneration
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
572
uint ITextRange.
_ContentGeneration
2 writes to _ContentGeneration
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
2005
thisRange.
_ContentGeneration
= thisRange._TextSegments[0].Start.TextContainer.Generation;
2096
thisRange.
_ContentGeneration
= thisRange._TextSegments[0].Start.TextContainer.Generation;
2 references to _ContentGeneration
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
570
/// <see cref="ITextRange.
_ContentGeneration
"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1943
if (thisRange.
_ContentGeneration
== thisRange._TextSegments[0].Start.TextContainer.Generation)