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