7 types derived from ParagraphResult
PresentationFramework (7)
MS\Internal\Documents\ParagraphResult.cs (7)
202
internal sealed class ContainerParagraphResult :
ParagraphResult
310
internal sealed class TextParagraphResult :
ParagraphResult
579
internal sealed class TableParagraphResult :
ParagraphResult
765
internal sealed class RowParagraphResult :
ParagraphResult
857
internal sealed class SubpageParagraphResult :
ParagraphResult
973
internal sealed class FigureParagraphResult :
ParagraphResult
1120
internal abstract class FloaterBaseParagraphResult :
ParagraphResult
252 references to ParagraphResult
PresentationFramework (252)
MS\Internal\Documents\ColumnResult.cs (3)
142
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
193
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
297
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
MS\Internal\Documents\ParagraphResult.cs (21)
257
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
282
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
301
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
463
internal ReadOnlyCollection<
ParagraphResult
> Floaters
478
internal ReadOnlyCollection<
ParagraphResult
> Figures
566
private ReadOnlyCollection<
ParagraphResult
> _floaters;
571
private ReadOnlyCollection<
ParagraphResult
> _figures;
616
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
628
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
713
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
738
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
757
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
801
internal ReadOnlyCollection<
ParagraphResult
> CellParagraphs
825
ReadOnlyCollection<
ParagraphResult
> cells = CellParagraphs;
844
private ReadOnlyCollection<
ParagraphResult
> _cells;
922
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
965
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1037
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1112
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1209
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1284
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
MS\Internal\Documents\TextDocumentView.cs (112)
630
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
678
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText, bool snapToTextInFloatingElements)
688
ParagraphResult
paragraph;
740
private ITextPointer GetTextPositionFromPoint(
ParagraphResult
paragraph, Point point, bool snapToText)
752
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
788
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = ((TableParagraphResult)paragraph).Paragraphs;
794
ParagraphResult
rowResult = rowParagraphs[index];
802
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, snapToText);
829
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements;
894
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
909
ReadOnlyCollection<
ParagraphResult
> paragraphs;
956
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
966
ParagraphResult
paragraph = null;
1001
private CellInfo GetCellInfoFromPoint(
ParagraphResult
paragraph, Point point, Table tableFilter)
1008
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1018
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, false);
1070
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
1085
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1099
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1109
ParagraphResult
paragraph = null;
1136
private Rect GetRectangleFromTextPosition(
ParagraphResult
paragraph, ITextPointer position)
1151
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1172
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1196
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1209
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1235
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1245
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1257
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1324
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1325
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1351
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1417
private static Rect GetLayoutBox(
ParagraphResult
paragraph)
1432
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1440
ParagraphResult
paragraph = null;
1467
private bool IsAtCaretUnitBoundary(
ParagraphResult
paragraph, ITextPointer position)
1474
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1489
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1499
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1510
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1521
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1535
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1540
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1554
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1562
ParagraphResult
paragraph = null;
1591
private ITextPointer GetNextCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position, LogicalDirection direction)
1597
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1613
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1623
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1634
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1645
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1660
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1665
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1677
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1685
ParagraphResult
paragraph = null;
1712
private ITextPointer GetBackspaceCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position)
1718
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1733
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1743
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1754
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1765
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1779
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1784
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1936
private int GetParagraphFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, Point point, bool snapToText)
2064
private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
2147
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, out bool isFloatingPara)
2173
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position)
2244
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2252
ParagraphResult
paragraph = null;
2279
private TextSegment GetLineRangeFromPosition(
ParagraphResult
paragraph, ITextPointer position)
2291
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
2324
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
2335
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
2346
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2357
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2380
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2386
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
2411
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2436
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2546
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2629
private ITextPointer GetPositionAtNextLineInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2634
ParagraphResult
paragraph = null;
2650
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2663
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2680
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out double newSuggestedX, out bool positionFound)
2752
private ITextPointer GetPositionAtNextLineFromSiblingPara(ReadOnlyCollection<
ParagraphResult
> paragraphs, int paragraphIndex, double suggestedX, ref int count)
2777
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2817
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2842
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
3040
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndex].Paragraphs;
3095
private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> paragraphs)
3103
ParagraphResult
paragraph = paragraphs[index];
3121
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
3147
private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> floatingElements, out bool success)
3154
ParagraphResult
paragraph = floatingElements[index];
3163
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
3174
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
3190
private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements)
3222
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndexStart].Paragraphs;
3440
private Rect GetRectangleFromEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3470
private Rect GetRectangleFromContentEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3522
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
3527
private static ReadOnlyCollection<
ParagraphResult
> _emptyParagraphCollection = new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
MS\Internal\LayoutDump.cs (6)
686
private static void DumpParagraphResults(XmlTextWriter writer, string tagName, ReadOnlyCollection<
ParagraphResult
> paragraphs, Visual visualParent)
696
ParagraphResult
paragraph = paragraphs[index];
834
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = paragraph.Paragraphs;
842
ReadOnlyCollection<
ParagraphResult
> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).CellParagraphs;
900
private static Visual DumpParagraphOffset(XmlTextWriter writer,
ParagraphResult
paragraph, Visual visualParent)
945
private static void DumpTableCell(XmlTextWriter writer,
ParagraphResult
paragraph, Visual cellVisual, Visual tableVisual)
MS\Internal\PtsHost\BaseParaClient.cs (1)
161
internal abstract
ParagraphResult
CreateParagraphResult();
MS\Internal\PtsHost\ContainerParaClient.cs (9)
236
internal override
ParagraphResult
CreateParagraphResult()
319
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
333
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
340
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
345
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
352
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
399
ReadOnlyCollection<
ParagraphResult
> paragraphs = GetChildrenParagraphResults(out hasTextContent);
MS\Internal\PtsHost\FigureParaClient.cs (24)
482
internal override
ParagraphResult
CreateParagraphResult()
551
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
553
List<
ParagraphResult
> paragraphResults;
575
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
582
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
587
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
601
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
615
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
622
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
627
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
635
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
714
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
735
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
742
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
772
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
776
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
782
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
786
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FloaterParaClient.cs (24)
489
internal override
ParagraphResult
CreateParagraphResult()
559
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
561
List<
ParagraphResult
> paragraphResults;
584
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
591
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
596
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
610
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
624
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
631
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
636
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
644
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
723
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
744
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
751
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
781
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
785
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
791
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
795
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FlowDocumentPage.cs (12)
376
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
380
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
386
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
390
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
565
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
575
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
581
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
586
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
593
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
MS\Internal\PtsHost\SubpageParaClient.cs (11)
463
internal override
ParagraphResult
CreateParagraphResult()
608
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
620
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
625
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
632
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
688
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
692
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
698
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
702
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\TableParaClient.cs (18)
496
internal override
ParagraphResult
CreateParagraphResult()
678
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
691
List<
ParagraphResult
> rowParagraphResults = new List<
ParagraphResult
>(0);
715
return new ReadOnlyCollection<
ParagraphResult
>(rowParagraphResults);
728
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResultsForRow(int rowIndex, out bool hasTextContent)
734
List<
ParagraphResult
> cellParagraphResults = new List<
ParagraphResult
>(0);
759
ParagraphResult
cellParagraphResult = cpc.CreateParagraphResult();
769
return new ReadOnlyCollection<
ParagraphResult
>(cellParagraphResults);
780
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
784
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
791
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
801
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
805
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
812
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
MS\Internal\PtsHost\TextParaClient.cs (9)
329
internal override
ParagraphResult
CreateParagraphResult()
381
internal ReadOnlyCollection<
ParagraphResult
> GetFloaters()
383
List<
ParagraphResult
> floaters = null;
397
floaters = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
413
return (floaters != null && floaters.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(floaters) : null;
419
internal ReadOnlyCollection<
ParagraphResult
> GetFigures()
421
List<
ParagraphResult
> figures = null;
434
figures = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
450
return (figures != null && figures.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(figures) : null;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
154
internal override
ParagraphResult
CreateParagraphResult()
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
348
ReadOnlyCollection<
ParagraphResult
> pr = columnResult.Paragraphs;