10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1088
return (((FigureParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
839
nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1040
cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.
FloatingElements
, point, tableFilter);
1199
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1500
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1624
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
1744
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2336
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
2640
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;
3153
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = figureParagraphResult.
FloatingElements
;