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