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