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)
837
nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1063
cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.
FloatingElements
, point, tableFilter);
1209
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1541
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1668
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
1791
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2386
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
2694
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;
3209
ReadOnlyCollection<ParagraphResult> nestedFloatingElements = floaterParagraphResult.
FloatingElements
;