1 implementation of _ContentGeneration
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
572uint ITextRange._ContentGeneration
2 writes to _ContentGeneration
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
2005thisRange._ContentGeneration = thisRange._TextSegments[0].Start.TextContainer.Generation; 2096thisRange._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)
1943if (thisRange._ContentGeneration == thisRange._TextSegments[0].Start.TextContainer.Generation)