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