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)
631
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
679
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText, bool snapToTextInFloatingElements)
689
ParagraphResult
paragraph;
741
private ITextPointer GetTextPositionFromPoint(
ParagraphResult
paragraph, Point point, bool snapToText)
753
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
789
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = ((TableParagraphResult)paragraph).Paragraphs;
795
ParagraphResult
rowResult = rowParagraphs[index];
803
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, snapToText);
832
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements;
898
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
913
ReadOnlyCollection<
ParagraphResult
> paragraphs;
960
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
970
ParagraphResult
paragraph = null;
1005
private CellInfo GetCellInfoFromPoint(
ParagraphResult
paragraph, Point point, Table tableFilter)
1012
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1022
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, false);
1080
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
1095
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1109
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1119
ParagraphResult
paragraph = null;
1146
private Rect GetRectangleFromTextPosition(
ParagraphResult
paragraph, ITextPointer position)
1161
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1182
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1209
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1223
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1249
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1259
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1271
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1338
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1339
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1365
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1434
private static Rect GetLayoutBox(
ParagraphResult
paragraph)
1449
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1457
ParagraphResult
paragraph = null;
1484
private bool IsAtCaretUnitBoundary(
ParagraphResult
paragraph, ITextPointer position)
1491
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1506
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1517
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1529
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1541
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1555
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1560
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1574
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1582
ParagraphResult
paragraph = null;
1611
private ITextPointer GetNextCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position, LogicalDirection direction)
1617
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1633
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1644
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1656
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1668
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1683
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1688
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1700
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1708
ParagraphResult
paragraph = null;
1735
private ITextPointer GetBackspaceCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position)
1741
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1756
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1767
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1779
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1791
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1805
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1810
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1962
private int GetParagraphFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, Point point, bool snapToText)
2090
private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
2173
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, out bool isFloatingPara)
2199
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position)
2270
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2278
ParagraphResult
paragraph = null;
2305
private TextSegment GetLineRangeFromPosition(
ParagraphResult
paragraph, ITextPointer position)
2317
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
2350
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
2362
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
2374
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2386
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2409
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2415
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
2440
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2465
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2577
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2660
private ITextPointer GetPositionAtNextLineInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2665
ParagraphResult
paragraph = null;
2681
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2694
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2711
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out double newSuggestedX, out bool positionFound)
2783
private ITextPointer GetPositionAtNextLineFromSiblingPara(ReadOnlyCollection<
ParagraphResult
> paragraphs, int paragraphIndex, double suggestedX, ref int count)
2808
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2849
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2874
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
3072
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndex].Paragraphs;
3127
private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> paragraphs)
3135
ParagraphResult
paragraph = paragraphs[index];
3154
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
3180
private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> floatingElements, out bool success)
3187
ParagraphResult
paragraph = floatingElements[index];
3197
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
3209
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
3225
private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements)
3257
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndexStart].Paragraphs;
3475
private Rect GetRectangleFromEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3505
private Rect GetRectangleFromContentEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3557
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
3562
private static ReadOnlyCollection<
ParagraphResult
> _emptyParagraphCollection = new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
MS\Internal\LayoutDump.cs (6)
684
private static void DumpParagraphResults(XmlTextWriter writer, string tagName, ReadOnlyCollection<
ParagraphResult
> paragraphs, Visual visualParent)
694
ParagraphResult
paragraph = paragraphs[index];
832
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = paragraph.Paragraphs;
840
ReadOnlyCollection<
ParagraphResult
> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).CellParagraphs;
898
private static Visual DumpParagraphOffset(XmlTextWriter writer,
ParagraphResult
paragraph, Visual visualParent)
943
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)
481
internal override
ParagraphResult
CreateParagraphResult()
550
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
552
List<
ParagraphResult
> paragraphResults;
574
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
581
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
586
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
600
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
614
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
621
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
626
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
634
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
713
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
734
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
741
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
771
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
775
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
781
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
785
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FloaterParaClient.cs (24)
488
internal override
ParagraphResult
CreateParagraphResult()
558
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
560
List<
ParagraphResult
> paragraphResults;
583
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
590
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
595
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
609
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
623
return new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
630
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
635
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
643
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
722
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
743
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
750
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : new ReadOnlyCollection<
ParagraphResult
>(new List<
ParagraphResult
>(0));
780
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
784
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
790
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
794
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)
462
internal override
ParagraphResult
CreateParagraphResult()
607
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
619
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
624
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
631
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
687
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
691
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
697
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
701
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;