4 references to None
System.Windows.Forms.Tests (4)
System\Windows\Forms\ContainerControlTests.cs (2)
1010
yield return new object[] { ValidationConstraints.
None
, true, 0, 1, 1, 1, 1, 1, 1 };
1011
yield return new object[] { ValidationConstraints.
None
, false, 1, 1, 1, 1, 1, 1, 1 };
System\Windows\Forms\UserControlTests.cs (2)
1476
yield return new object[] { ValidationConstraints.
None
, true, 0, 1, 1, 1, 1, 1, 1 };
1477
yield return new object[] { ValidationConstraints.
None
, false, 1, 1, 1, 1, 1, 1, 1 };