3 overrides of GetPropertyValues
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
91
public override SettingsPropertyValueCollection
GetPropertyValues
(SettingsContext context, SettingsPropertyCollection properties) {
System.Web (1)
Profile\SqlProfileProvider.cs (1)
117
public override SettingsPropertyValueCollection
GetPropertyValues
(SettingsContext sc, SettingsPropertyCollection properties)
System.Web.Extensions (1)
ClientServices\Providers\ClientSettingsProvider.cs (1)
216
public override SettingsPropertyValueCollection
GetPropertyValues
(SettingsContext context, SettingsPropertyCollection propertyCollection) {
1 reference to GetPropertyValues
System (1)
sys\system\configuration\SettingsBase.cs (1)
153
SettingsPropertyValueCollection ppcv = provider.
GetPropertyValues
(Context, ppc);