9 references to LostFocus
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (3)
84
_textEditor.UiScope.
LostFocus
-= new RoutedEventHandler(OnLostFocus);
555
_textEditor.UiScope.
LostFocus
+= new RoutedEventHandler(OnLostFocus);
669
_textEditor.UiScope.
LostFocus
-= new RoutedEventHandler(OnLostFocus);
src\Framework\System\Windows\LostFocusEventManager.cs (2)
116
fe.
LostFocus
+= new RoutedEventHandler(OnLostFocus);
132
fe.
LostFocus
-= new RoutedEventHandler(OnLostFocus);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
155
this.defaultDisplayNameBox.
LostFocus
-= new RoutedEventHandler(OnDefaultDisplayNameBoxLostFocus);
177
this.defaultDisplayNameBox.
LostFocus
+= new RoutedEventHandler(OnDefaultDisplayNameBoxLostFocus);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
413
footer.
LostFocus
+= new RoutedEventHandler(OnSpacerLostFocus);
468
spacer.
LostFocus
+= new RoutedEventHandler(OnSpacerLostFocus);