3 references to _propEnableEventValidation
System.Web (3)
Configuration\PagesSection.cs (3)
184
_properties.Add(
_propEnableEventValidation
);
305
return (bool)base[
_propEnableEventValidation
];
308
base[
_propEnableEventValidation
] = value;