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