10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1089
return (((FigureParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
844
nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1052
cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.
FloatingElements
, point, tableFilter);
1223
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1529
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1656
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1779
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2374
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2681
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
3197
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;