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);
178
VerifyProperty("Bounds1", _toolStripEditorControl,
_bounds
);
179
VerifyProperty(nameof(Location), _toolStripEditorControl, new Point(
_bounds
.X,
_bounds
.Y));