2 writes to _floatingElements
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
458
_floatingElements
= null;
647
_floatingElements
= _owner.FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
645
if (
_floatingElements
== null)
648
Invariant.Assert(
_floatingElements
!= null, "Floating elements collection is null.");
650
return
_floatingElements
;