2 references to OnTextViewClosed
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\InlineRenameAdornmentManager.cs (2)
66
_textView.Closed +=
OnTextViewClosed
;
74
_textView.Closed -=
OnTextViewClosed
;