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)
21
Action act = () =>
_editor
.TestAccessor().Dynamic.CreateCollectionForm();
28
string helpTopic =
_editor
.TestAccessor().Dynamic.HelpTopic;
35
object? result =
_editor
.EditValue(context: null, provider: null!, value: new object());
45
object? result =
_editor
.EditValue(mockTypeDescriptorContext.Object, mockServiceProvider.Object, new object());