Implemented interface member:
property
Count
System.Collections.ICollection.Count
15 references to Count
System (7)
sys\system\configuration\ApplicationSettingsBase.cs (1)
253
if (Properties.
Count
== 0)
sys\system\configuration\LocalFileSettingsProvider.cs (2)
242
if (roaming.
Count
> 0) {
246
if (local.
Count
> 0) {
sys\system\configuration\SettingsBase.cs (4)
49
if (Properties == null || _PropertyValues == null || Properties.
Count
== 0)
66
if (Properties == null || _PropertyValues == null || Properties.
Count
== 0)
116
if (Properties == null || _PropertyValues == null || Properties.
Count
== 0)
151
if (ppc.
Count
> 0)
System.Web (2)
Profile\HttpProfileBase.cs (1)
189
if (s_Properties.
Count
== 0) {
Profile\SqlProfileProvider.cs (1)
121
if (properties.
Count
< 1)
System.Web.Extensions (6)
ApplicationServices\KnownTypesProvider.cs (1)
20
Type[] retArray = new Type[ProfileBase.Properties.
Count
];
ClientServices\Providers\ClientSettingsProvider.cs (5)
217
if (propertyCollection == null || propertyCollection.
Count
< 1)
264
if (_PropertyValues.Count < _Properties.
Count
)
448
bool anyFailures = (_PropertyValues.Count < _Properties.
Count
);
468
string [] propertyNames = new string[_Properties.
Count
];
919
if (_Properties != null && _Properties.
Count
> 0 && string.Compare(e.UserName, _UserName, StringComparison.OrdinalIgnoreCase) != 0) {