1 write to _floatingElements
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
928_floatingElements = ((SubpageParaClient)_paraClient).FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
MS\Internal\Documents\ParagraphResult.cs (3)
926if (_floatingElements == null) 929Invariant.Assert(_floatingElements != null, "Floating elements collection is null"); 931return _floatingElements;