1 write to _bounds
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (1)
46_bounds = new(10, 20, 100, 200);
6 references to _bounds
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (6)
54_toolStripEditorControl = _constructor.Invoke([_editorControl, _bounds]); 171_editorManagerBounds.X.Should().Be(_bounds.X); 172_editorManagerBounds.Y.Should().Be(_bounds.Y); 178VerifyProperty("Bounds1", _toolStripEditorControl, _bounds); 179VerifyProperty(nameof(Location), _toolStripEditorControl, new Point(_bounds.X, _bounds.Y));