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