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