3 references to _propEnabled
System.Web.Extensions (3)
Configuration\ScriptingAuthenticationServiceSection.cs (3)
29
properties.Add(
_propEnabled
);
44
get { return (bool)this[
_propEnabled
]; }
45
set { this[
_propEnabled
] = value; }