5 references to TextContentRange
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (2)
515
return new
TextContentRange
(cpFirst, cpLast, textContainer);
537
return new
TextContentRange
(cpFirst, cpLast, textContainer);
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (1)
581
textContentRange = new
TextContentRange
(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1426
textContentRange.Merge(new
TextContentRange
(cpCur, startContentPosition, StructuralCache.TextContainer));
1438
textContentRange.Merge(new
TextContentRange
(cpCur, dcpLast, StructuralCache.TextContainer));