3 references to AppSettings
System.ComponentModel.DataAnnotations (3)
DataAnnotations\EmailAddressAttribute.cs (1)
50
if (
AppSettings
.DisableRegEx) {
DataAnnotations\PhoneAttribute.cs (1)
65
if (
AppSettings
.DisableRegEx) {
DataAnnotations\UrlAttribute.cs (1)
42
if (
AppSettings
.DisableRegEx) {