4 references to None
System.Windows.Forms.Tests (4)
System\Windows\Forms\ContainerControlTests.cs (2)
1008
yield return new object[] { ValidationConstraints.
None
, true, 0, 1, 1, 1, 1, 1, 1 };
1009
yield return new object[] { ValidationConstraints.
None
, false, 1, 1, 1, 1, 1, 1, 1 };
System\Windows\Forms\UserControlTests.cs (2)
1474
yield return new object[] { ValidationConstraints.
None
, true, 0, 1, 1, 1, 1, 1, 1 };
1475
yield return new object[] { ValidationConstraints.
None
, false, 1, 1, 1, 1, 1, 1, 1 };