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