3 references to ValidatePropertyValue
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\ToolboxItemTests.cs (3)
1576
Assert.Equal(expected, item.
ValidatePropertyValue
(propertyName, value));
1584
Assert.Throws<ArgumentNullException>("value", () => item.
ValidatePropertyValue
(propertyName, null));
1600
Assert.Throws<ArgumentException>("value", () => item.
ValidatePropertyValue
(propertyName, new object()));