7 types derived from ParagraphResult
PresentationFramework (7)
MS\Internal\Documents\ParagraphResult.cs (7)
205
internal sealed class ContainerParagraphResult :
ParagraphResult
313
internal sealed class TextParagraphResult :
ParagraphResult
582
internal sealed class TableParagraphResult :
ParagraphResult
768
internal sealed class RowParagraphResult :
ParagraphResult
860
internal sealed class SubpageParagraphResult :
ParagraphResult
976
internal sealed class FigureParagraphResult :
ParagraphResult
1123
internal abstract class FloaterBaseParagraphResult :
ParagraphResult
252 references to ParagraphResult
PresentationFramework (252)
MS\Internal\Documents\ColumnResult.cs (3)
146
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
197
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
301
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
MS\Internal\Documents\ParagraphResult.cs (21)
260
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
285
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
304
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
466
internal ReadOnlyCollection<
ParagraphResult
> Floaters
481
internal ReadOnlyCollection<
ParagraphResult
> Figures
569
private ReadOnlyCollection<
ParagraphResult
> _floaters;
574
private ReadOnlyCollection<
ParagraphResult
> _figures;
619
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
631
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
716
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
741
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
760
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
804
internal ReadOnlyCollection<
ParagraphResult
> CellParagraphs
828
ReadOnlyCollection<
ParagraphResult
> cells = CellParagraphs;
847
private ReadOnlyCollection<
ParagraphResult
> _cells;
925
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
968
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1040
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1115
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1212
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1287
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
MS\Internal\Documents\TextDocumentView.cs (112)
633
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
681
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText, bool snapToTextInFloatingElements)
691
ParagraphResult
paragraph;
743
private ITextPointer GetTextPositionFromPoint(
ParagraphResult
paragraph, Point point, bool snapToText)
755
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
791
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = ((TableParagraphResult)paragraph).Paragraphs;
797
ParagraphResult
rowResult = rowParagraphs[index];
805
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, snapToText);
834
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements;
900
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
915
ReadOnlyCollection<
ParagraphResult
> paragraphs;
962
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
972
ParagraphResult
paragraph = null;
1007
private CellInfo GetCellInfoFromPoint(
ParagraphResult
paragraph, Point point, Table tableFilter)
1014
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1024
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, false);
1082
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
1097
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1111
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1121
ParagraphResult
paragraph = null;
1148
private Rect GetRectangleFromTextPosition(
ParagraphResult
paragraph, ITextPointer position)
1163
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1184
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1211
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1225
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1251
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1261
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1273
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1340
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1341
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1367
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1436
private static Rect GetLayoutBox(
ParagraphResult
paragraph)
1451
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1459
ParagraphResult
paragraph = null;
1486
private bool IsAtCaretUnitBoundary(
ParagraphResult
paragraph, ITextPointer position)
1493
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1508
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1519
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1531
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1543
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1557
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1562
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1576
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1584
ParagraphResult
paragraph = null;
1613
private ITextPointer GetNextCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position, LogicalDirection direction)
1619
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1635
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1646
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1658
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1670
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1685
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1690
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1702
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1710
ParagraphResult
paragraph = null;
1737
private ITextPointer GetBackspaceCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position)
1743
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1758
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1769
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1781
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1793
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1807
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1812
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1964
private int GetParagraphFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, Point point, bool snapToText)
2092
private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
2175
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, out bool isFloatingPara)
2201
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position)
2272
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2280
ParagraphResult
paragraph = null;
2307
private TextSegment GetLineRangeFromPosition(
ParagraphResult
paragraph, ITextPointer position)
2319
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
2352
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
2364
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
2376
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2388
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2411
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2417
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
2442
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2467
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2579
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2662
private ITextPointer GetPositionAtNextLineInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2667
ParagraphResult
paragraph = null;
2683
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2696
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2713
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out double newSuggestedX, out bool positionFound)
2785
private ITextPointer GetPositionAtNextLineFromSiblingPara(ReadOnlyCollection<
ParagraphResult
> paragraphs, int paragraphIndex, double suggestedX, ref int count)
2810
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2851
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2876
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
3074
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndex].Paragraphs;
3129
private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> paragraphs)
3137
ParagraphResult
paragraph = paragraphs[index];
3156
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
3182
private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> floatingElements, out bool success)
3189
ParagraphResult
paragraph = floatingElements[index];
3199
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
3211
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
3227
private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements)
3259
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndexStart].Paragraphs;
3477
private Rect GetRectangleFromEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3507
private Rect GetRectangleFromContentEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3559
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
3564
private static ReadOnlyCollection<
ParagraphResult
> _emptyParagraphCollection = new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
MS\Internal\LayoutDump.cs (6)
687
private static void DumpParagraphResults(XmlTextWriter writer, string tagName, ReadOnlyCollection<
ParagraphResult
> paragraphs, Visual visualParent)
697
ParagraphResult
paragraph = paragraphs[index];
835
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = paragraph.Paragraphs;
843
ReadOnlyCollection<
ParagraphResult
> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).CellParagraphs;
901
private static Visual DumpParagraphOffset(XmlTextWriter writer,
ParagraphResult
paragraph, Visual visualParent)
946
private static void DumpTableCell(XmlTextWriter writer,
ParagraphResult
paragraph, Visual cellVisual, Visual tableVisual)
MS\Internal\PtsHost\BaseParaClient.cs (1)
169
internal abstract
ParagraphResult
CreateParagraphResult();
MS\Internal\PtsHost\ContainerParaClient.cs (9)
241
internal override
ParagraphResult
CreateParagraphResult()
324
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
338
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
345
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
350
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
357
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
404
ReadOnlyCollection<
ParagraphResult
> paragraphs = GetChildrenParagraphResults(out hasTextContent);
MS\Internal\PtsHost\FigureParaClient.cs (24)
487
internal override
ParagraphResult
CreateParagraphResult()
556
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
558
List<
ParagraphResult
> paragraphResults;
580
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
587
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
592
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
606
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
620
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
627
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
632
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
640
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
719
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
740
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
747
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
777
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
781
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
787
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
791
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FloaterParaClient.cs (24)
493
internal override
ParagraphResult
CreateParagraphResult()
563
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
565
List<
ParagraphResult
> paragraphResults;
588
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
595
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
600
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
614
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
628
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
635
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
640
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
648
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
727
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
748
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
755
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
785
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
789
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
795
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
799
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FlowDocumentPage.cs (12)
384
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
388
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
394
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
398
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
573
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
583
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
589
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
594
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
601
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
MS\Internal\PtsHost\SubpageParaClient.cs (11)
467
internal override
ParagraphResult
CreateParagraphResult()
612
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
624
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
629
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
636
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
692
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
696
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
702
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
706
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\TableParaClient.cs (18)
502
internal override
ParagraphResult
CreateParagraphResult()
684
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
697
List<
ParagraphResult
> rowParagraphResults = new List<
ParagraphResult
>(0);
721
return new ReadOnlyCollection<
ParagraphResult
>(rowParagraphResults);
734
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResultsForRow(int rowIndex, out bool hasTextContent)
740
List<
ParagraphResult
> cellParagraphResults = new List<
ParagraphResult
>(0);
765
ParagraphResult
cellParagraphResult = cpc.CreateParagraphResult();
775
return new ReadOnlyCollection<
ParagraphResult
>(cellParagraphResults);
786
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
790
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
797
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
807
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
811
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
818
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
MS\Internal\PtsHost\TextParaClient.cs (9)
335
internal override
ParagraphResult
CreateParagraphResult()
387
internal ReadOnlyCollection<
ParagraphResult
> GetFloaters()
389
List<
ParagraphResult
> floaters = null;
403
floaters = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
419
return (floaters != null && floaters.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(floaters) : null;
425
internal ReadOnlyCollection<
ParagraphResult
> GetFigures()
427
List<
ParagraphResult
> figures = null;
440
figures = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
456
return (figures != null && figures.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(figures) : null;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
158
internal override
ParagraphResult
CreateParagraphResult()
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
354
ReadOnlyCollection<
ParagraphResult
> pr = columnResult.Paragraphs;