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)
645if (_floatingElements == null) 648Invariant.Assert(_floatingElements != null, "Floating elements collection is null."); 650return _floatingElements;