4 references to _CompositionEnd
PresentationFramework (4)
src\Framework\System\Windows\Documents\FrameworkRichTextComposition.cs (2)
88return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.GetFrozenPointer(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1265range = new TextRange(composition._CompositionStart, composition._CompositionEnd, true /* ignoreTextUnitBoundaries */);
src\Framework\System\Windows\Documents\TextStore.cs (1)
1858range = new TextRange(composition._CompositionStart, composition._CompositionEnd, true /* ignoreTextUnitBoundaries */);