10 references to FloatingElements
PresentationFramework (10)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
1100
return (((FigureParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
src\Framework\MS\Internal\Documents\TextDocumentView.cs (9)
854
nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1062
cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.
FloatingElements
, point, tableFilter);
1233
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1539
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1666
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1789
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2384
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2691
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
3208
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;