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