2 writes to _floatingElements
PresentationFramework (2)
MS\Internal\Documents\TextDocumentView.cs (2)
451_floatingElements = null; 640_floatingElements = _owner.FloatingElementResults;
3 references to _floatingElements
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
638if (_floatingElements == null) 641Invariant.Assert(_floatingElements != null, "Floating elements collection is null."); 643return _floatingElements;