7 types derived from ParagraphResult
PresentationFramework (7)
MS\Internal\Documents\ParagraphResult.cs (7)
201
internal sealed class ContainerParagraphResult :
ParagraphResult
309
internal sealed class TextParagraphResult :
ParagraphResult
578
internal sealed class TableParagraphResult :
ParagraphResult
764
internal sealed class RowParagraphResult :
ParagraphResult
856
internal sealed class SubpageParagraphResult :
ParagraphResult
972
internal sealed class FigureParagraphResult :
ParagraphResult
1119
internal abstract class FloaterBaseParagraphResult :
ParagraphResult
241 references to ParagraphResult
PresentationFramework (241)
MS\Internal\Documents\ColumnResult.cs (3)
141
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
192
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
296
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
MS\Internal\Documents\ParagraphResult.cs (21)
256
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
281
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
300
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
462
internal ReadOnlyCollection<
ParagraphResult
> Floaters
477
internal ReadOnlyCollection<
ParagraphResult
> Figures
565
private ReadOnlyCollection<
ParagraphResult
> _floaters;
570
private ReadOnlyCollection<
ParagraphResult
> _figures;
615
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
627
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
712
internal ReadOnlyCollection<
ParagraphResult
> Paragraphs
737
ReadOnlyCollection<
ParagraphResult
> paragraphs = Paragraphs;
756
private ReadOnlyCollection<
ParagraphResult
> _paragraphs;
800
internal ReadOnlyCollection<
ParagraphResult
> CellParagraphs
824
ReadOnlyCollection<
ParagraphResult
> cells = CellParagraphs;
843
private ReadOnlyCollection<
ParagraphResult
> _cells;
921
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
964
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1036
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1111
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
1208
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
1283
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
MS\Internal\Documents\TextDocumentView.cs (111)
629
internal ReadOnlyCollection<
ParagraphResult
> FloatingElements
677
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText, bool snapToTextInFloatingElements)
687
ParagraphResult
paragraph;
739
private ITextPointer GetTextPositionFromPoint(
ParagraphResult
paragraph, Point point, bool snapToText)
751
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
787
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = ((TableParagraphResult)paragraph).Paragraphs;
793
ParagraphResult
rowResult = rowParagraphs[index];
801
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, snapToText);
828
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements;
893
private ITextPointer GetTextPositionFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
908
ReadOnlyCollection<
ParagraphResult
> paragraphs;
955
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
965
ParagraphResult
paragraph = null;
1000
private CellInfo GetCellInfoFromPoint(
ParagraphResult
paragraph, Point point, Table tableFilter)
1007
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1017
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPoint(point, false);
1060
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
1075
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1089
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1099
ParagraphResult
paragraph = null;
1126
private Rect GetRectangleFromTextPosition(
ParagraphResult
paragraph, ITextPointer position)
1141
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1162
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1186
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1199
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1225
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1235
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1247
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1314
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1315
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1341
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1407
private static Rect GetLayoutBox(
ParagraphResult
paragraph)
1422
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1430
ParagraphResult
paragraph = null;
1457
private bool IsAtCaretUnitBoundary(
ParagraphResult
paragraph, ITextPointer position)
1464
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1479
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1489
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1500
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1511
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1525
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1530
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1544
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1552
ParagraphResult
paragraph = null;
1581
private ITextPointer GetNextCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position, LogicalDirection direction)
1587
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1603
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1613
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1624
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1635
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1650
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1655
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1667
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1675
ParagraphResult
paragraph = null;
1702
private ITextPointer GetBackspaceCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position)
1708
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1723
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1733
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1744
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1755
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1769
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1774
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1926
private int GetParagraphFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, Point point, bool snapToText)
2054
private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
2137
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, out bool isFloatingPara)
2163
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position)
2234
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2242
ParagraphResult
paragraph = null;
2269
private TextSegment GetLineRangeFromPosition(
ParagraphResult
paragraph, ITextPointer position)
2281
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
2314
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
2325
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
2336
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2347
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2370
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2376
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
2401
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2426
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2536
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2619
private ITextPointer GetPositionAtNextLineInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2624
ParagraphResult
paragraph = null;
2640
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2653
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2670
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out double newSuggestedX, out bool positionFound)
2742
private ITextPointer GetPositionAtNextLineFromSiblingPara(ReadOnlyCollection<
ParagraphResult
> paragraphs, int paragraphIndex, double suggestedX, ref int count)
2767
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2807
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2832
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
3030
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndex].Paragraphs;
3085
private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> paragraphs)
3093
ParagraphResult
paragraph = paragraphs[index];
3111
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
3137
private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> floatingElements, out bool success)
3144
ParagraphResult
paragraph = floatingElements[index];
3153
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
3164
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
3180
private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements)
3212
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndexStart].Paragraphs;
3430
private Rect GetRectangleFromEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3460
private Rect GetRectangleFromContentEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3512
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
3517
private static ReadOnlyCollection<
ParagraphResult
> _emptyParagraphCollection = ReadOnlyCollection<
ParagraphResult
>.Empty;
MS\Internal\LayoutDump.cs (6)
685
private static void DumpParagraphResults(XmlTextWriter writer, string tagName, ReadOnlyCollection<
ParagraphResult
> paragraphs, Visual visualParent)
695
ParagraphResult
paragraph = paragraphs[index];
833
ReadOnlyCollection<
ParagraphResult
> rowParagraphs = paragraph.Paragraphs;
841
ReadOnlyCollection<
ParagraphResult
> cellParagraphs = ((RowParagraphResult)rowParagraphs[i]).CellParagraphs;
899
private static Visual DumpParagraphOffset(XmlTextWriter writer,
ParagraphResult
paragraph, Visual visualParent)
944
private static void DumpTableCell(XmlTextWriter writer,
ParagraphResult
paragraph, Visual cellVisual, Visual tableVisual)
MS\Internal\PtsHost\BaseParaClient.cs (1)
160
internal abstract
ParagraphResult
CreateParagraphResult();
MS\Internal\PtsHost\ContainerParaClient.cs (8)
235
internal override
ParagraphResult
CreateParagraphResult()
318
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
332
return ReadOnlyCollection<
ParagraphResult
>.Empty;
339
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
344
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
351
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
398
ReadOnlyCollection<
ParagraphResult
> paragraphs = GetChildrenParagraphResults(out hasTextContent);
MS\Internal\PtsHost\FigureParaClient.cs (20)
478
internal override
ParagraphResult
CreateParagraphResult()
547
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
549
List<
ParagraphResult
> paragraphResults;
571
return ReadOnlyCollection<
ParagraphResult
>.Empty;
578
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
583
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
597
return ReadOnlyCollection<
ParagraphResult
>.Empty;
611
return ReadOnlyCollection<
ParagraphResult
>.Empty;
618
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
623
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
631
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
710
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
731
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
738
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : ReadOnlyCollection<
ParagraphResult
>.Empty;
768
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
772
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
778
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
782
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FloaterParaClient.cs (20)
485
internal override
ParagraphResult
CreateParagraphResult()
555
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
557
List<
ParagraphResult
> paragraphResults;
580
return ReadOnlyCollection<
ParagraphResult
>.Empty;
587
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
592
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
606
return ReadOnlyCollection<
ParagraphResult
>.Empty;
620
return ReadOnlyCollection<
ParagraphResult
>.Empty;
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 : ReadOnlyCollection<
ParagraphResult
>.Empty;
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\FlowDocumentPage.cs (11)
375
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
379
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
385
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
389
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
564
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
574
return ReadOnlyCollection<
ParagraphResult
>.Empty;
580
List<
ParagraphResult
> paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
585
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
592
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)
495
internal override
ParagraphResult
CreateParagraphResult()
677
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
690
List<
ParagraphResult
> rowParagraphResults = new List<
ParagraphResult
>(0);
714
return new ReadOnlyCollection<
ParagraphResult
>(rowParagraphResults);
727
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResultsForRow(int rowIndex, out bool hasTextContent)
733
List<
ParagraphResult
> cellParagraphResults = new List<
ParagraphResult
>(0);
758
ParagraphResult
cellParagraphResult = cpc.CreateParagraphResult();
768
return new ReadOnlyCollection<
ParagraphResult
>(cellParagraphResults);
779
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPoint(Point point, bool snapToText)
783
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
790
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
800
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphsFromPosition(ITextPointer position)
804
List<
ParagraphResult
> listResults = new List<
ParagraphResult
>(0);
811
return new ReadOnlyCollection<
ParagraphResult
>(listResults);
MS\Internal\PtsHost\TextParaClient.cs (9)
328
internal override
ParagraphResult
CreateParagraphResult()
380
internal ReadOnlyCollection<
ParagraphResult
> GetFloaters()
382
List<
ParagraphResult
> floaters = null;
396
floaters = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
412
return (floaters != null && floaters.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(floaters) : null;
418
internal ReadOnlyCollection<
ParagraphResult
> GetFigures()
420
List<
ParagraphResult
> figures = null;
433
figures = new List<
ParagraphResult
>(arrayAttachedObjectDesc.Length);
449
return (figures != null && figures.Count > 0) ? new ReadOnlyCollection<
ParagraphResult
>(figures) : null;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
153
internal override
ParagraphResult
CreateParagraphResult()
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
347
ReadOnlyCollection<
ParagraphResult
> pr = columnResult.Paragraphs;