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;
298
var top =
_textView
.ViewportTop;
306
Canvas.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;