Implemented interface member:
17 references to Count
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
83
if (_assemblyPathTable == null || _assemblyPathTable.
Count
== 0)
PresentationFramework (12)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
262
public bool IsEmpty { get { return (_dict.
Count
== 0); } }
MS\Internal\Data\ValueChangedEventManager.cs (2)
246
if (dict.
Count
== 0)
375
if (dict.
Count
== 0)
MS\Internal\Data\ViewManager.cs (3)
278
return (al.Count > 0 || this.
Count
== 0);
770
int n = _inactiveViewTables.
Count
;
811
if (vt.
Count
== 0)
MS\Internal\DataStreams.cs (2)
49
return _subStreams != null && _subStreams.
Count
> 0
50
|| _customJournaledObjects != null && _customJournaledObjects.
Count
> 0;
System\Windows\Documents\AdornerLayer.cs (1)
545
if (ElementMap.
Count
== 0)
System\Windows\Markup\XamlTypeMapper.cs (1)
307
HybridDictionary newDict = new HybridDictionary(dict.
Count
);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
54
if (typeMapper.PITable.
Count
> 0)
56
_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)
107
public int Count => _nameMap?.
Count
?? 0;