10 references to FloatingElements
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
1260
return (((FloaterParaClient)_paraClient).GetTightBoundingGeometryFromTextPositions(Columns,
FloatingElements
, startPosition, endPositionInThisPara, visibleRect));
MS\Internal\Documents\TextDocumentView.cs (9)
833
nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1053
cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.
FloatingElements
, point, tableFilter);
1196
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1521
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1645
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1765
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2357
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2663
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
3174
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;