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);