1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
57_textView = textView;
12 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (12)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (12)
62_textView.GotAggregateFocus += OnTextViewGotAggregateFocus; 63_textView.LostAggregateFocus += OnTextViewLostAggregateFocus; 64_textView.VisualElement.SizeChanged += OnElementSizeChanged; 135((UIElement)_textView.Caret).Visibility = Visibility.Visible; 301var top = _textView.ViewportTop; 309Canvas.SetLeft(this, _textView.ViewportLeft + _textView.VisualElement.RenderSize.Width - this.RenderSize.Width); 324_textView.VisualElement.Focus(); 335_textView.VisualElement.Focus(); 367_textView.GotAggregateFocus -= OnTextViewGotAggregateFocus; 368_textView.LostAggregateFocus -= OnTextViewLostAggregateFocus; 369_textView.VisualElement.SizeChanged -= OnElementSizeChanged;