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