11 references to ActiveTextView
Microsoft.CodeAnalysis.EditorFeatures (11)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (11)
202ActiveTextView == null || 203ActiveTextView.GetSpanInView(_subjectBuffer.CurrentSnapshot.GetSpan(s.ToSpan())).Count != 0) // spans were successfully projected 253_session.UndoManager.OnTextChanged(this.ActiveTextView.Selection, singleTrackingSpanTouched); 264return ActiveTextView == null || 269ActiveTextView.GetSpanInView(_subjectBuffer.CurrentSnapshot.GetSpan(s)).Count != 0); // spans were successfully projected 287if (updateSelection && _activeSpan.HasValue && this.ActiveTextView != null) 290_session.UndoManager.UpdateSelection(this.ActiveTextView, _subjectBuffer, _referenceSpanToLinkedRenameSpanMap[_activeSpan.Value].TrackingSpan); 668var textView = openTextBufferManager.ActiveTextView; 710var textView = _openTextBufferManager.ActiveTextView; 743return _openTextBufferManager.ActiveTextView.BufferGraph.MapUpToBuffer(endPoint, PointTrackingMode.Positive, PositionAffinity.Successor, _openTextBufferManager.ActiveTextView.TextBuffer).Value;