1 write to _floatingElements
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
1218
_floatingElements
= ((FloaterParaClient)_paraClient).FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
MS\Internal\Documents\ParagraphResult.cs (3)
1216
if (
_floatingElements
== null)
1219
Invariant.Assert(
_floatingElements
!= null, "Floating elements collection is null");
1221
return
_floatingElements
;