5 references to TextContentRange
PresentationFramework (5)
MS\Internal\Documents\TextContainerHelper.cs (2)
510
return new
TextContentRange
(cpFirst, cpLast, textContainer);
532
return new
TextContentRange
(cpFirst, cpLast, textContainer);
MS\Internal\PtsHost\TextParaClient.cs (1)
507
textContentRange = new
TextContentRange
(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
MS\Internal\PtsHost\TextParagraph.cs (2)
1418
textContentRange.Merge(new
TextContentRange
(cpCur, startContentPosition, StructuralCache.TextContainer));
1430
textContentRange.Merge(new
TextContentRange
(cpCur, dcpLast, StructuralCache.TextContainer));