7 references to SetItemLocation
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripTests.cs (7)
7021control.SetItemLocation(item, location); 7028control.SetItemLocation(item, location); 7099Assert.Throws<ArgumentNullException>("item", () => control.SetItemLocation(null, Point.Empty)); 7107Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7119Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7130Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7142Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty));