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