2 references to OnEditorLostAggregateFocus
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
564
this.expressionEditorInstance.LostAggregateFocus += new EventHandler(
OnEditorLostAggregateFocus
);
600
this.expressionEditorInstance.LostAggregateFocus -= new EventHandler(
OnEditorLostAggregateFocus
);