Implemented interface member:
method
GetEditor
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)
2 references to GetEditor
System.Activities (2)
System\Activities\DynamicActivity.cs (2)
178
return this.typeDescriptor.
GetEditor
(editorBaseType);
366
return this.typeDescriptor.
GetEditor
(editorBaseType);