1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
57_textView = textView;
10 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (10)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (10)
60_textView.GotAggregateFocus += OnTextViewGotAggregateFocus; 61_textView.VisualElement.SizeChanged += OnElementSizeChanged; 132((UIElement)_textView.Caret).Visibility = Visibility.Visible; 298var top = _textView.ViewportTop; 306Canvas.SetLeft(this, _textView.ViewportLeft + _textView.VisualElement.RenderSize.Width - this.RenderSize.Width); 317_textView.VisualElement.Focus(); 328_textView.VisualElement.Focus(); 360_textView.GotAggregateFocus -= OnTextViewGotAggregateFocus; 361_textView.VisualElement.SizeChanged -= OnElementSizeChanged;