5 references to _control1
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripPanel.ToolStripPanelControlCollection.XYComparerTests.cs (5)
18
_control1
.Dispose();
24
_comparer.Compare(null,
_control1
).Should().Be(-1);
28
_comparer.Compare(
_control1
, null).Should().Be(1);
41
_control1
.Bounds = new Rectangle(x1, y1, 100, 100);
44
_comparer.Compare(
_control1
, _control2).Should().Be(expected);