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