5 references to _propPath
System.Web (5)
Configuration\FormsAuthenticationConfiguration.cs (5)
203
_properties.Add(
_propPath
);
303
return (string)base[
_propPath
];
307
base[
_propPath
] =
_propPath
.DefaultValue;
310
base[
_propPath
] = value;