2 writes to _Properties
System.Web.Extensions (2)
ClientServices\Providers\ClientSettingsProvider.cs (2)
228_Properties = propertyCollection; 332_Properties = new SettingsPropertyCollection();
13 references to _Properties
System.Web.Extensions (13)
ClientServices\Providers\ClientSettingsProvider.cs (13)
264if (_PropertyValues.Count < _Properties.Count) 309if (_Properties == null) { 331if (_Properties == null) 333if (_Properties[property.Name] == null) 334_Properties.Add(property); 448bool anyFailures = (_PropertyValues.Count < _Properties.Count); 468string [] propertyNames = new string[_Properties.Count]; 473foreach (SettingsProperty setting in _Properties) { 546SettingsProperty setting = _Properties[(string) de.Key]; 719SettingsProperty prop = _Properties[name]; 919if (_Properties != null && _Properties.Count > 0 && string.Compare(e.UserName, _UserName, StringComparison.OrdinalIgnoreCase) != 0) { 935foreach (SettingsProperty prop in _Properties) {