1 override of Properties
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
127
public override SettingsPropertyCollection
Properties
{
9 references to Properties
System (9)
sys\system\configuration\SettingsBase.cs (9)
49
if (
Properties
== null || _PropertyValues == null ||
Properties
.Count == 0)
51
SettingsProperty pp =
Properties
[propertyName];
66
if (
Properties
== null || _PropertyValues == null ||
Properties
.Count == 0)
69
SettingsProperty pp =
Properties
[propertyName];
116
if (
Properties
== null || _PropertyValues == null ||
Properties
.Count == 0)
143
foreach (SettingsProperty pp in
Properties
)