1 write to _editorControl
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (1)
45
_editorControl
= new();
4 references to _editorControl
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (4)
54
_toolStripEditorControl = _constructor.Invoke([
_editorControl
, _bounds]);
60
_editorControl
.Dispose();
181
VerifyProperty(nameof(Size), _toolStripEditorControl, new Size(
_editorControl
.Size.Width,
_editorControl
.Size.Height));