1 write to _editor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs (1)
15_editor = new();
4 references to _editor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs (4)
21Action act = () => _editor.TestAccessor().Dynamic.CreateCollectionForm(); 28string helpTopic = _editor.TestAccessor().Dynamic.HelpTopic; 35object? result = _editor.EditValue(context: null, provider: null!, value: new object()); 45object? result = _editor.EditValue(mockTypeDescriptorContext.Object, mockServiceProvider.Object, new object());