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)
116fe.LostFocus += new RoutedEventHandler(OnLostFocus); 132fe.LostFocus -= new RoutedEventHandler(OnLostFocus);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
155this.defaultDisplayNameBox.LostFocus -= new RoutedEventHandler(OnDefaultDisplayNameBoxLostFocus); 177this.defaultDisplayNameBox.LostFocus += new RoutedEventHandler(OnDefaultDisplayNameBoxLostFocus);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
413footer.LostFocus += new RoutedEventHandler(OnSpacerLostFocus); 468spacer.LostFocus += new RoutedEventHandler(OnSpacerLostFocus);