15 instantiations of TextContentRange
PresentationFramework (15)
MS\Internal\Documents\TextContainerHelper.cs (2)
507return new TextContentRange(cpFirst, cpLast, textContainer); 529return new TextContentRange(cpFirst, cpLast, textContainer);
MS\Internal\Documents\TextDocumentView.cs (1)
3261TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (1)
287textContentRange = new TextContentRange();
MS\Internal\PtsHost\FigureParaClient.cs (1)
509textContentRange = new TextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (1)
516textContentRange = new TextContentRange();
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
538TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (1)
736TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
490textContentRange = new TextContentRange(); 648TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (1)
514range = new TextContentRange();
MS\Internal\PtsHost\TextParaClient.cs (2)
487textContentRange = new TextContentRange(); 501textContentRange = new TextContentRange(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
MS\Internal\PtsHost\TextParagraph.cs (2)
1389textContentRange.Merge(new TextContentRange(cpCur, startContentPosition, StructuralCache.TextContainer)); 1401textContentRange.Merge(new TextContentRange(cpCur, dcpLast, StructuralCache.TextContainer));
31 references to TextContentRange
PresentationFramework (31)
MS\Internal\Documents\ColumnResult.cs (2)
201internal TextContentRange TextContentRange 292private TextContentRange _contentRange;
MS\Internal\Documents\ParagraphResult.cs (1)
188private TextContentRange _contentRange;
MS\Internal\Documents\TextContainerHelper.cs (3)
35internal void Merge(TextContentRange other) 502internal static TextContentRange GetTextContentRangeForTextElement(TextElement textElement) 513internal static TextContentRange GetTextContentRangeForTextElementEdge(TextElement textElement, ElementEdge edge)
MS\Internal\Documents\TextDocumentView.cs (1)
3261TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\BaseParaClient.cs (1)
166internal abstract TextContentRange GetTextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (2)
261internal override TextContentRange GetTextContentRange() 264TextContentRange textContentRange;
MS\Internal\PtsHost\FigureParaClient.cs (3)
490internal override TextContentRange GetTextContentRange() 492TextContentRange textContentRange; 726internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
58internal override abstract TextContentRange GetTextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
497internal override TextContentRange GetTextContentRange() 499TextContentRange textContentRange; 735internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
530internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 538TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (2)
727internal static TextContentRange TextContentRangeFromTrack( 736TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (4)
471internal override TextContentRange GetTextContentRange() 473TextContentRange textContentRange; 641internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 648TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (2)
504internal override TextContentRange GetTextContentRange() 506TextContentRange range = null;
MS\Internal\PtsHost\TextParaClient.cs (2)
456internal override TextContentRange GetTextContentRange() 480TextContentRange textContentRange;
MS\Internal\PtsHost\TextParagraph.cs (1)
1376internal void UpdateTextContentRangeFromAttachedObjects(TextContentRange textContentRange, int dcpFirst, int dcpLast, PTS.FSATTACHEDOBJECTDESCRIPTION [] arrayAttachedObjectDesc)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
175internal override TextContentRange GetTextContentRange()