10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1259
return (((FloaterParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
832
nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1046
cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.
FloatingElements
, point, tableFilter);
1186
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1511
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1635
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1755
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2347
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2653
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
3164
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;