2 references to OnTextViewClosed
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs (2)
75
_textView.Closed +=
OnTextViewClosed
;
80
_textView.Closed -=
OnTextViewClosed
;