15 instantiations of TextContentRange
PresentationFramework (15)
MS\Internal\Documents\TextContainerHelper.cs (2)
510return new TextContentRange(cpFirst, cpLast, textContainer); 532return new TextContentRange(cpFirst, cpLast, textContainer);
MS\Internal\Documents\TextDocumentView.cs (1)
3298TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (1)
292textContentRange = new TextContentRange();
MS\Internal\PtsHost\FigureParaClient.cs (1)
514textContentRange = new TextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (1)
520textContentRange = new TextContentRange();
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
546TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (1)
741TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
494textContentRange = new TextContentRange(); 652TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (1)
520range = new TextContentRange();
MS\Internal\PtsHost\TextParaClient.cs (2)
493textContentRange = new TextContentRange(); 507textContentRange = new TextContentRange(dcp + dcpFirst, dcp + dcpLast, Paragraph.StructuralCache.TextContainer);
MS\Internal\PtsHost\TextParagraph.cs (2)
1418textContentRange.Merge(new TextContentRange(cpCur, startContentPosition, StructuralCache.TextContainer)); 1430textContentRange.Merge(new TextContentRange(cpCur, dcpLast, StructuralCache.TextContainer));
31 references to TextContentRange
PresentationFramework (31)
MS\Internal\Documents\ColumnResult.cs (2)
205internal TextContentRange TextContentRange 296private TextContentRange _contentRange;
MS\Internal\Documents\ParagraphResult.cs (1)
191private TextContentRange _contentRange;
MS\Internal\Documents\TextContainerHelper.cs (3)
38internal void Merge(TextContentRange other) 505internal static TextContentRange GetTextContentRangeForTextElement(TextElement textElement) 516internal static TextContentRange GetTextContentRangeForTextElementEdge(TextElement textElement, ElementEdge edge)
MS\Internal\Documents\TextDocumentView.cs (1)
3298TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\BaseParaClient.cs (1)
174internal abstract TextContentRange GetTextContentRange();
MS\Internal\PtsHost\ContainerParaClient.cs (2)
266internal override TextContentRange GetTextContentRange() 269TextContentRange textContentRange;
MS\Internal\PtsHost\FigureParaClient.cs (3)
495internal override TextContentRange GetTextContentRange() 497TextContentRange textContentRange; 731internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
68internal override abstract TextContentRange GetTextContentRange();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
501internal override TextContentRange GetTextContentRange() 503TextContentRange textContentRange; 739internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
538internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 546TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\PtsHelper.cs (2)
732internal static TextContentRange TextContentRangeFromTrack( 741TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\SubpageParaClient.cs (4)
475internal override TextContentRange GetTextContentRange() 477TextContentRange textContentRange; 645internal TextContentRange GetTextContentRangeFromColumn(IntPtr pfstrack) 652TextContentRange textContentRange = new TextContentRange();
MS\Internal\PtsHost\TableParaClient.cs (2)
510internal override TextContentRange GetTextContentRange() 512TextContentRange range = null;
MS\Internal\PtsHost\TextParaClient.cs (2)
462internal override TextContentRange GetTextContentRange() 486TextContentRange textContentRange;
MS\Internal\PtsHost\TextParagraph.cs (1)
1405internal void UpdateTextContentRangeFromAttachedObjects(TextContentRange textContentRange, int dcpFirst, int dcpLast, PTS.FSATTACHEDOBJECTDESCRIPTION [] arrayAttachedObjectDesc)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
179internal override TextContentRange GetTextContentRange()