1 write to editorService
System.Workflow.ComponentModel (1)
AuthoringOM\Design\UITypeEditors.cs (1)
40this.editorService = (IWindowsFormsEditorService)serviceProvider.GetService(typeof(IWindowsFormsEditorService));
2 references to editorService
System.Workflow.ComponentModel (2)
AuthoringOM\Design\UITypeEditors.cs (2)
41if (editorService != null) 89if (DialogResult.OK == editorService.ShowDialog(dlg))