3 references to EditComponent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.cs (1)
323
success = winEditor.
EditComponent
(obj, parent);
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\WindowsFormsComponentEditorTests.cs (2)
30
Assert.False(editor.
EditComponent
(component, owner));
85
Assert.Throws<ArgumentException>("component", () => editor.
EditComponent
(component, null));