15 instantiations of TextContentRange
PresentationFramework (15)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (2)
515return new TextContentRange(cpFirst, cpLast, textContainer); 537return new TextContentRange(cpFirst, cpLast, textContainer);
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3307TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
340textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
573textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
577textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
562TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
842TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
553textContentRange = new TextContentRange(); 727TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
563range = new TextContentRange();
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
566textContentRange = new TextContentRange(); 581textContentRange = new TextContentRange(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1426textContentRange.Merge(new TextContentRange(cpCur, startContentPosition, StructuralCache.TextContainer)); 1438textContentRange.Merge(new TextContentRange(cpCur, dcpLast, StructuralCache.TextContainer));
31 references to TextContentRange
PresentationFramework (31)
src\Framework\MS\Internal\Documents\ColumnResult.cs (2)
224internal TextContentRange TextContentRange 328private TextContentRange _contentRange;
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
197private TextContentRange _contentRange;
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (3)
43internal void Merge(TextContentRange other) 510internal static TextContentRange GetTextContentRangeForTextElement(TextElement textElement) 521internal static TextContentRange GetTextContentRangeForTextElementEdge(TextElement textElement, ElementEdge edge)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3307TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
189internal abstract TextContentRange GetTextContentRange();
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (2)
314internal override TextContentRange GetTextContentRange() 317TextContentRange textContentRange;
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (3)
554internal override TextContentRange GetTextContentRange() 556TextContentRange textContentRange; 806internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
src\Framework\MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
67internal override abstract TextContentRange GetTextContentRange();
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (3)
558internal override TextContentRange GetTextContentRange() 560TextContentRange textContentRange; 812internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
554internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 562TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
833internal static TextContentRange TextContentRangeFromTrack( 842TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (4)
534internal override TextContentRange GetTextContentRange() 536TextContentRange textContentRange; 720internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 727TextContentRange textContentRange = new TextContentRange();
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
553internal override TextContentRange GetTextContentRange() 555TextContentRange range = null;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
535internal override TextContentRange GetTextContentRange() 559TextContentRange textContentRange;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1413internal void UpdateTextContentRangeFromAttachedObjects(TextContentRange textContentRange, int dcpFirst, int dcpLast, PTS.FSATTACHEDOBJECTDESCRIPTION [] arrayAttachedObjectDesc)
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
186internal override TextContentRange GetTextContentRange()