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