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)
840
nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1041
cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.
FloatingElements
, point, tableFilter);
1200
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1501
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1625
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1745
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2337
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2641
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
3154
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;