2 writes to _floatingElements
PresentationFramework (2)
MS\Internal\Documents\TextDocumentView.cs (2)
447
_floatingElements
= null;
636
_floatingElements
= _owner.FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
634
if (
_floatingElements
== null)
637
Invariant.Assert(
_floatingElements
!= null, "Floating elements collection is null.");
639
return
_floatingElements
;