10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1263
return (((FloaterParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
839
nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1065
cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.
FloatingElements
, point, tableFilter);
1211
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1543
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1670
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1793
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2388
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2696
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
3211
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;