Implemented interface member:
property
Count
System.Collections.ICollection.Count
26 references to Count
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
471if (_assemblyPathTable != null && _assemblyPathTable.Count > 0)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
97if (_assemblyPathTable == null || _assemblyPathTable.Count == 0)
PresentationFramework (12)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
271public bool IsEmpty { get { return (_dict.Count == 0); } }
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (2)
259if (dict.Count == 0) 388if (dict.Count == 0)
src\Framework\MS\Internal\Data\ViewManager.cs (3)
282return (al.Count > 0 || this.Count == 0); 774int n = _inactiveViewTables.Count; 815if (vt.Count == 0)
src\Framework\MS\Internal\DataStreams.cs (2)
74return _subStreams != null && _subStreams.Count > 0 75|| _customJournaledObjects != null && _customJournaledObjects.Count > 0;
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
563if (ElementMap.Count == 0)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
323HybridDictionary newDict = new HybridDictionary(dict.Count);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
53if (typeMapper.PITable.Count > 0) 55_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count);
System.Configuration (2)
System\Configuration\ConfigurationLockCollection.cs (2)
253return internalDictionary.Count; 333if (ExceptionList && internalDictionary.Count == 0 && !String.IsNullOrEmpty(SeedList))
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
83if (this.xmlSerializerTable.Count >= maxSerializerTableSize)
System.Web (6)
FileChangesMonitor.cs (1)
342return _targets.Count;
Security\RolePrincipal.cs (4)
242if (_Roles.Count > Roles.MaxCachedResults) 312roles = new string[_Roles.Count]; 415if (_Roles.Count > 0) { 416StringBuilder sb = new StringBuilder(_Roles.Count * 10);
UI\WebParts\PersonalizationDictionary.cs (1)
28return _dictionary.Count;
WindowsBase (3)
Base\System\ComponentModel\PropertyChangedEventManager.cs (2)
296if (dict.Count == ignoredKeys) 484if (dict.Count == 0)
Base\System\Windows\NameScope.cs (1)
227return _nameMap.Count;