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
241 references to ParagraphResult
PresentationFramework (241)
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 (111)
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);
1061
private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, Table tableFilter)
1076
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1090
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1100
ParagraphResult
paragraph = null;
1127
private Rect GetRectangleFromTextPosition(
ParagraphResult
paragraph, ITextPointer position)
1142
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1163
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1187
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1200
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1226
private Rect GetRectangleFromTextPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1236
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1248
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1315
ReadOnlyCollection<
ParagraphResult
> paragraphs,
1316
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1342
ReadOnlyCollection<
ParagraphResult
> floatingElements,
1408
private static Rect GetLayoutBox(
ParagraphResult
paragraph)
1423
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1431
ParagraphResult
paragraph = null;
1458
private bool IsAtCaretUnitBoundary(
ParagraphResult
paragraph, ITextPointer position)
1465
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1480
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1490
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1501
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1512
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1526
private bool IsAtCaretUnitBoundary(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1531
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1545
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1553
ParagraphResult
paragraph = null;
1582
private ITextPointer GetNextCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position, LogicalDirection direction)
1588
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1604
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1614
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1625
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1636
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1651
private ITextPointer GetNextCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, LogicalDirection direction)
1656
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1668
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1676
ParagraphResult
paragraph = null;
1703
private ITextPointer GetBackspaceCaretUnitPosition(
ParagraphResult
paragraph, ITextPointer position)
1709
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
1724
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
1734
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
1745
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
1756
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
1770
private ITextPointer GetBackspaceCaretUnitPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
1775
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
1927
private int GetParagraphFromPoint(ReadOnlyCollection<
ParagraphResult
> paragraphs, Point point, bool snapToText)
2055
private int GetParagraphFromPointInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, Point point, bool snapToText)
2138
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, out bool isFloatingPara)
2164
private static int GetParagraphFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position)
2235
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<
ParagraphResult
> paragraphs, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2243
ParagraphResult
paragraph = null;
2270
private TextSegment GetLineRangeFromPosition(
ParagraphResult
paragraph, ITextPointer position)
2282
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
2315
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((TableParagraphResult)paragraph).GetParagraphsFromPosition(position);
2326
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = subpageParagraphResult.FloatingElements;
2337
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2348
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2371
private TextSegment GetLineRangeFromPosition(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position)
2377
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columnIndex < columns.Count && columnIndex >= 0) ? columns[columnIndex].Paragraphs : _emptyParagraphCollection;
2402
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<
ParagraphResult
> paragraphs, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2427
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2537
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2620
private ITextPointer GetPositionAtNextLineInFloatingElements(ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out bool positionFound)
2625
ParagraphResult
paragraph = null;
2641
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
2654
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
2671
private ITextPointer GetPositionAtNextLine(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer position, double suggestedX, ref int count, out double newSuggestedX, out bool positionFound)
2743
private ITextPointer GetPositionAtNextLineFromSiblingPara(ReadOnlyCollection<
ParagraphResult
> paragraphs, int paragraphIndex, double suggestedX, ref int count)
2768
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraphs[paragraphIndex]).Paragraphs;
2808
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
2833
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
3031
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndex].Paragraphs;
3086
private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> paragraphs)
3094
ParagraphResult
paragraph = paragraphs[index];
3112
ReadOnlyCollection<
ParagraphResult
> nestedParagraphs = ((ContainerParagraphResult)paragraph).Paragraphs;
3138
private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<
ParagraphResult
> floatingElements, out bool success)
3145
ParagraphResult
paragraph = floatingElements[index];
3154
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = figureParagraphResult.FloatingElements;
3165
ReadOnlyCollection<
ParagraphResult
> nestedFloatingElements = floaterParagraphResult.FloatingElements;
3181
private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements)
3213
ReadOnlyCollection<
ParagraphResult
> paragraphs = columns[columnIndexStart].Paragraphs;
3431
private Rect GetRectangleFromEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3461
private Rect GetRectangleFromContentEdge(
ParagraphResult
paragraphResult, ITextPointer textPointer)
3513
private ReadOnlyCollection<
ParagraphResult
> _floatingElements;
3518
private static ReadOnlyCollection<
ParagraphResult
> _emptyParagraphCollection = ReadOnlyCollection<
ParagraphResult
>.Empty;
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 (8)
236
internal override
ParagraphResult
CreateParagraphResult()
319
internal ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
333
return ReadOnlyCollection<
ParagraphResult
>.Empty;
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 (20)
479
internal override
ParagraphResult
CreateParagraphResult()
548
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
550
List<
ParagraphResult
> paragraphResults;
572
return ReadOnlyCollection<
ParagraphResult
>.Empty;
579
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
584
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
598
return ReadOnlyCollection<
ParagraphResult
>.Empty;
612
return ReadOnlyCollection<
ParagraphResult
>.Empty;
619
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
624
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
632
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
711
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
732
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
739
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : ReadOnlyCollection<
ParagraphResult
>.Empty;
769
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
773
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
779
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
783
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FloaterParaClient.cs (20)
486
internal override
ParagraphResult
CreateParagraphResult()
556
private ReadOnlyCollection<
ParagraphResult
> GetChildrenParagraphResults(out bool hasTextContent)
558
List<
ParagraphResult
> paragraphResults;
581
return ReadOnlyCollection<
ParagraphResult
>.Empty;
588
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
593
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
607
return ReadOnlyCollection<
ParagraphResult
>.Empty;
621
return ReadOnlyCollection<
ParagraphResult
>.Empty;
628
paragraphResults = new List<
ParagraphResult
>(arrayParaDesc.Length);
633
ParagraphResult
paragraphResult = paraClient.CreateParagraphResult();
641
return new ReadOnlyCollection<
ParagraphResult
>(paragraphResults);
720
internal ReadOnlyCollection<
ParagraphResult
> GetParagraphResultsFromColumn(IntPtr pfstrack, Vector parentOffset, out bool hasTextContent)
741
internal Geometry GetTightBoundingGeometryFromTextPositions(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<
ParagraphResult
> floatingElements, ITextPointer startPosition, ITextPointer endPosition, Rect visibleRect)
748
ReadOnlyCollection<
ParagraphResult
> paragraphs = (columns.Count > 0) ? columns[0].Paragraphs : ReadOnlyCollection<
ParagraphResult
>.Empty;
778
internal ReadOnlyCollection<
ParagraphResult
> FloatingElementResults
782
List<
ParagraphResult
> floatingElements = new List<
ParagraphResult
>(0);
788
ParagraphResult
paragraphResult = floatingElementList[i].CreateParagraphResult();
792
return new ReadOnlyCollection<
ParagraphResult
>(floatingElements);
MS\Internal\PtsHost\FlowDocumentPage.cs (11)
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 ReadOnlyCollection<
ParagraphResult
>.Empty;
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;