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)
264
if (_PropertyValues.Count <
_Properties
.Count)
309
if (
_Properties
== null) {
331
if (
_Properties
== null)
333
if (
_Properties
[property.Name] == null)
334
_Properties
.Add(property);
448
bool anyFailures = (_PropertyValues.Count <
_Properties
.Count);
468
string [] propertyNames = new string[
_Properties
.Count];
473
foreach (SettingsProperty setting in
_Properties
) {
546
SettingsProperty setting =
_Properties
[(string) de.Key];
719
SettingsProperty prop =
_Properties
[name];
919
if (
_Properties
!= null &&
_Properties
.Count > 0 && string.Compare(e.UserName, _UserName, StringComparison.OrdinalIgnoreCase) != 0) {
935
foreach (SettingsProperty prop in
_Properties
) {