Implemented interface member:
17 references to Count
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
89if (_assemblyPathTable == null || _assemblyPathTable.Count == 0)
PresentationFramework (12)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
265public bool IsEmpty { get { return (_dict.Count == 0); } }
MS\Internal\Data\ValueChangedEventManager.cs (2)
251if (dict.Count == 0) 380if (dict.Count == 0)
MS\Internal\Data\ViewManager.cs (3)
280return (al.Count > 0 || this.Count == 0); 772int n = _inactiveViewTables.Count; 813if (vt.Count == 0)
MS\Internal\DataStreams.cs (2)
56return _subStreams != null && _subStreams.Count > 0 57|| _customJournaledObjects != null && _customJournaledObjects.Count > 0;
System\Windows\Documents\AdornerLayer.cs (1)
549if (ElementMap.Count == 0)
System\Windows\Markup\XamlTypeMapper.cs (1)
309HybridDictionary newDict = new HybridDictionary(dict.Count);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
57if (typeMapper.PITable.Count > 0) 59_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count);
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (1)
3727string[] keys = new string[StreamInfos.Count];
System\Configuration\ConfigurationLockCollection.cs (2)
90if (ExceptionList && (_internalDictionary.Count == 0) && !string.IsNullOrEmpty(_seedList)) 104public int Count => _internalDictionary.Count;
System.Xaml (1)
System\Xaml\NameScope.cs (1)
108public int Count => _nameMap?.Count ?? 0;