10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1092
return (((FigureParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
846
nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1054
cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.
FloatingElements
, point, tableFilter);
1225
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1531
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1658
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1781
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2376
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2683
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
3199
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;