3 references to _propEnabled
System.Web.Extensions (3)
Configuration\ScriptingProfileServiceSection.cs (3)
33
properties.Add(
_propEnabled
);
51
get { return (bool) this[
_propEnabled
]; }
52
set { this[
_propEnabled
] = value; }