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