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