6 references to _CompositionStart
PresentationFramework (6)
src\Framework\System\Windows\Documents\FrameworkRichTextComposition.cs (2)
77return _CompositionStart == null ? null : (TextPointer)_CompositionStart.GetFrozenPointer(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (2)
147return (_CompositionStart == null) ? -1 : _offset; 163return (_CompositionStart == null) ? -1 : _length;
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 */);