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)
22
PropertyValueUIItem item =
new
(uiItemImage, handler, tooltip);
31
Assert.Throws<ArgumentNullException>("uiItemImage", () => new
PropertyValueUIItem
(null, Dummy_PropertyValueUIItemInvokeHandler, "tooltip"));
38
Assert.Throws<ArgumentNullException>("handler", () => new
PropertyValueUIItem
(uiItemImage, null, "tooltip"));