1 write to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
46
_view
= view;
4 references to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsKeyProcessorProvider.cs (4)
47
_view
.Closed += OnViewClosed;
48
_view
.LostAggregateFocus += OnLostFocus;
63
_view
.Closed -= OnViewClosed;
64
_view
.LostAggregateFocus -= OnLostFocus;