11 references to ActiveTextView
Microsoft.CodeAnalysis.EditorFeatures (11)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (11)
201ActiveTextView == null || 202ActiveTextView.GetSpanInView(_subjectBuffer.CurrentSnapshot.GetSpan(s.ToSpan())).Count != 0) // spans were successfully projected 252_session.UndoManager.OnTextChanged(this.ActiveTextView.Selection, singleTrackingSpanTouched); 263return ActiveTextView == null || 268ActiveTextView.GetSpanInView(_subjectBuffer.CurrentSnapshot.GetSpan(s)).Count != 0); // spans were successfully projected 286if (updateSelection && _activeSpan.HasValue && this.ActiveTextView != null) 289_session.UndoManager.UpdateSelection(this.ActiveTextView, _subjectBuffer, _referenceSpanToLinkedRenameSpanMap[_activeSpan.Value].TrackingSpan); 666var textView = openTextBufferManager.ActiveTextView; 708var textView = _openTextBufferManager.ActiveTextView; 741return _openTextBufferManager.ActiveTextView.BufferGraph.MapUpToBuffer(endPoint, PointTrackingMode.Positive, PositionAffinity.Successor, _openTextBufferManager.ActiveTextView.TextBuffer).Value;