1 write to _floatingElements
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
1046
_floatingElements
= ((FigureParaClient)_paraClient).FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
MS\Internal\Documents\ParagraphResult.cs (3)
1044
if (
_floatingElements
== null)
1047
Invariant.Assert(
_floatingElements
!= null, "Floating elements collection is null");
1049
return
_floatingElements
;