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