5 references to _control1
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripPanel.ToolStripPanelControlCollection.XYComparerTests.cs (5)
16_control1.Dispose(); 22_comparer.Compare(null, _control1).Should().Be(-1); 26_comparer.Compare(_control1, null).Should().Be(1); 39_control1.Bounds = new Rectangle(x1, y1, 100, 100); 42_comparer.Compare(_control1, _control2).Should().Be(expected);