7 references to SetItemLocation
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripTests.cs (7)
7019control.SetItemLocation(item, location); 7026control.SetItemLocation(item, location); 7097Assert.Throws<ArgumentNullException>("item", () => control.SetItemLocation(null, Point.Empty)); 7105Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7117Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7128Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty)); 7140Assert.Throws<NotSupportedException>(() => control.SetItemLocation(item, Point.Empty));