2 references to OnEditorClosing
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
565
this.expressionEditorInstance.Closing += new EventHandler(
OnEditorClosing
);
602
this.expressionEditorInstance.Closing -= new EventHandler(
OnEditorClosing
);