1 write to _floatingElements
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
1054_floatingElements = ((FigureParaClient)_paraClient).FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (3)
1052if (_floatingElements == null) 1055Invariant.Assert(_floatingElements != null, "Floating elements collection is null"); 1057return _floatingElements;