1 write to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
70
_view
= view;
4 references to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsKeyProcessorProvider.cs (4)
71
_view
.Closed += OnViewClosed;
72
_view
.LostAggregateFocus += OnLostFocus;
87
_view
.Closed -= OnViewClosed;
88
_view
.LostAggregateFocus -= OnLostFocus;