15 instantiations of TextContentRange
PresentationFramework (15)
MS\Internal\Documents\TextContainerHelper.cs (2)
506return new TextContentRange(cpFirst, cpLast, textContainer); 528return new TextContentRange(cpFirst, cpLast, textContainer);
MS\Internal\Documents\TextDocumentView.cs (1)
3251TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (1)
286textContentRange = new TextContentRange();
MS\Internal\PtsHost\FigureParaClient.cs (1)
505textContentRange = new TextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (1)
512textContentRange = new TextContentRange();
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
537TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (1)
735TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
489textContentRange = new TextContentRange(); 647TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (1)
513range = new TextContentRange();
MS\Internal\PtsHost\TextParaClient.cs (2)
486textContentRange = new TextContentRange(); 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));
31 references to TextContentRange
PresentationFramework (31)
MS\Internal\Documents\ColumnResult.cs (2)
200internal TextContentRange TextContentRange 291private TextContentRange _contentRange;
MS\Internal\Documents\ParagraphResult.cs (1)
187private TextContentRange _contentRange;
MS\Internal\Documents\TextContainerHelper.cs (3)
34internal void Merge(TextContentRange other) 501internal static TextContentRange GetTextContentRangeForTextElement(TextElement textElement) 512internal static TextContentRange GetTextContentRangeForTextElementEdge(TextElement textElement, ElementEdge edge)
MS\Internal\Documents\TextDocumentView.cs (1)
3251TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\BaseParaClient.cs (1)
165internal abstract TextContentRange GetTextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (2)
260internal override TextContentRange GetTextContentRange() 263TextContentRange textContentRange;
MS\Internal\PtsHost\FigureParaClient.cs (3)
486internal override TextContentRange GetTextContentRange() 488TextContentRange textContentRange; 722internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
57internal abstract override TextContentRange GetTextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
493internal override TextContentRange GetTextContentRange() 495TextContentRange textContentRange; 731internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
529internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 537TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (2)
726internal static TextContentRange TextContentRangeFromTrack( 735TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (4)
470internal override TextContentRange GetTextContentRange() 472TextContentRange textContentRange; 640internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 647TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (2)
503internal override TextContentRange GetTextContentRange() 505TextContentRange range = null;
MS\Internal\PtsHost\TextParaClient.cs (2)
455internal override TextContentRange GetTextContentRange() 479TextContentRange textContentRange;
MS\Internal\PtsHost\TextParagraph.cs (1)
1375internal void UpdateTextContentRangeFromAttachedObjects(TextContentRange textContentRange, int dcpFirst, int dcpLast, PTS.FSATTACHEDOBJECTDESCRIPTION [] arrayAttachedObjectDesc)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
174internal override TextContentRange GetTextContentRange()