4 references to new
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingValueUIHandler.LocalUIItem.cs (1)
14: base(
System.Windows.Forms.Tests (3)
System\Drawing\Design\PropertyValueUIItemTests.cs (3)
22PropertyValueUIItem item = new(uiItemImage, handler, tooltip); 31Assert.Throws<ArgumentNullException>("uiItemImage", () => new PropertyValueUIItem(null, Dummy_PropertyValueUIItemInvokeHandler, "tooltip")); 38Assert.Throws<ArgumentNullException>("handler", () => new PropertyValueUIItem(uiItemImage, null, "tooltip"));