5 references to TextContentRange
PresentationFramework (5)
MS\Internal\Documents\TextContainerHelper.cs (2)
506return new TextContentRange(cpFirst, cpLast, textContainer); 528return new TextContentRange(cpFirst, cpLast, textContainer);
MS\Internal\PtsHost\TextParaClient.cs (1)
500textContentRange = new TextContentRange(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
MS\Internal\PtsHost\TextParagraph.cs (2)
1388textContentRange.Merge(new TextContentRange(cpCur, startContentPosition, StructuralCache.TextContainer)); 1400textContentRange.Merge(new TextContentRange(cpCur, dcpLast, StructuralCache.TextContainer));