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