3 references to EditorLostLogicalFocusEvent
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
198this.AddHandler(ExpressionTextBox.EditorLostLogicalFocusEvent, value); 202this.RemoveHandler(ExpressionTextBox.EditorLostLogicalFocusEvent, value);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
269this.RaiseEvent(new RoutedEventArgs(ExpressionTextBox.EditorLostLogicalFocusEvent, this));