6 references to LostFocus
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GenerateType\GenerateTypeDialog.g.cs (1)
237this.CreateNewFileComboBox.LostFocus += new System.Windows.RoutedEventHandler(this.FileNameTextBox_LostFocus);
PresentationFramework (5)
System\Windows\Documents\Speller.cs (3)
79_textEditor.UiScope.LostFocus -= new RoutedEventHandler(OnLostFocus); 493_textEditor.UiScope.LostFocus += new RoutedEventHandler(OnLostFocus); 607_textEditor.UiScope.LostFocus -= new RoutedEventHandler(OnLostFocus);
System\Windows\LostFocusEventManager.cs (2)
109fe.LostFocus += new RoutedEventHandler(OnLostFocus); 125fe.LostFocus -= new RoutedEventHandler(OnLostFocus);