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