3 references to _propPath
System.Web (3)
Configuration\HttpHandlerAction.cs (3)
56
_properties.Add(
_propPath
);
91
return (string)base[
_propPath
];
94
base[
_propPath
] = value;