3 references to _propAutomaticSaveEnabled
System.Web (3)
Configuration\ProfileSection.cs (3)
131
_properties.Add(
_propAutomaticSaveEnabled
);
185
return (bool)base[
_propAutomaticSaveEnabled
];
188
base[
_propAutomaticSaveEnabled
] = value;