2 references to OnTextViewLostAggregateFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (2)
120
textView.LostAggregateFocus +=
OnTextViewLostAggregateFocus
;
218
_textView.LostAggregateFocus -=
OnTextViewLostAggregateFocus
;