Implemented interface member:
property
Count
System.Collections.ICollection.Count
20 references to Count
mscorlib (3)
system\collections\bitarray.cs (3)
493if (index < (bitarray.Count-1)) { 499index = bitarray.Count; 508if (index >= bitarray.Count)
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
101for (int i = 0; i< _visitedArray.Count; i++ )
src\Framework\System\Windows\SystemResources.cs (1)
1521for (int i = 0; i < cacheValid.Count; i++)
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
356for (int i = 0; i < this.foundOriginalElements.Count; i++)
System.Data.Entity (14)
System\Data\Mapping\FunctionImportMapping.cs (1)
527Debug.Assert(impliedEntityTypes.Count == parent.MappedEntityTypes.Count,
System\Data\Objects\EntityEntry.cs (2)
194for (int i = 0; i < _modifiedFields.Count; i++) 298for (int i = 0; i < _modifiedFields.Count; i++)
System\Data\Query\InternalTrees\Vars.cs (11)
251get { return (m_position >= 0 && m_position < m_bitArray.Count) ? m_command.GetVar(m_position) : (Var)null; } 268for (; m_position < m_bitArray.Count; m_position++) 360for (int i = 0; i < other.m_bitVector.Count; i++) 363((i >= this.m_bitVector.Count) || !this.m_bitVector[i])) 496if (other.m_bitVector.Count == this.m_bitVector.Count) 498if (other.m_bitVector.Count > this.m_bitVector.Count) 500this.m_bitVector.Length = other.m_bitVector.Count; 504other.m_bitVector.Length = this.m_bitVector.Count; 509if (idx >= m_bitVector.Count)