6 references to TextRange
PresentationFramework (6)
System\Windows\Documents\ImmComposition.cs (2)
1119range = new TextRange(composition._ResultStart, composition._ResultEnd, true /* ignoreTextUnitBoundaries */); 1133range = new TextRange(composition._CompositionStart, composition._CompositionEnd, true /* ignoreTextUnitBoundaries */);
System\Windows\Documents\TextRange.cs (1)
66: this(position1, position2, false /* ignoreTextUnitBoundaries */)
System\Windows\Documents\TextStore.cs (3)
527ITextRange range = new TextRange(start, end, true /* ignoreTextUnitBoundaries */); 1970range = new TextRange(composition._ResultStart, composition._ResultEnd, true /* ignoreTextUnitBoundaries */); 1980range = new TextRange(composition._CompositionStart, composition._CompositionEnd, true /* ignoreTextUnitBoundaries */);