1 write to editorService
System.Workflow.Activities (1)
Rules\Design\LogicalExpressionEditor.cs (1)
145this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));
2 references to editorService
System.Workflow.Activities (2)
Rules\Design\LogicalExpressionEditor.cs (2)
146if (editorService != null) 161if (DialogResult.OK == editorService.ShowDialog(dlg))