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)
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)
109
fe.
LostFocus
+= new RoutedEventHandler(OnLostFocus);
125
fe.
LostFocus
-= new RoutedEventHandler(OnLostFocus);