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