1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
58_textView = textView;
12 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (12)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (12)
63_textView.GotAggregateFocus += OnTextViewGotAggregateFocus; 64_textView.LostAggregateFocus += OnTextViewLostAggregateFocus; 65_textView.VisualElement.SizeChanged += OnElementSizeChanged; 136((UIElement)_textView.Caret).Visibility = Visibility.Visible; 302var top = _textView.ViewportTop; 310Canvas.SetLeft(this, _textView.ViewportLeft + _textView.VisualElement.RenderSize.Width - this.RenderSize.Width); 325_textView.VisualElement.Focus(); 336_textView.VisualElement.Focus(); 368_textView.GotAggregateFocus -= OnTextViewGotAggregateFocus; 369_textView.LostAggregateFocus -= OnTextViewLostAggregateFocus; 370_textView.VisualElement.SizeChanged -= OnElementSizeChanged;