Implemented interface member:
property
Count
System.Collections.ICollection.Count
1 override of Count
mscorlib (1)
system\collections\sortedlist.cs (1)
568
public override int
Count
{
37 references to Count
mscorlib (16)
system\collections\sortedlist.cs (16)
200
if (value <
Count
) {
335
if (array.Length - arrayIndex <
Count
)
338
for (int i = 0; i<
Count
; i++) {
349
KeyValuePairs[] array = new KeyValuePairs[
Count
];
350
for (int i = 0; i <
Count
; i++) {
372
if (index < 0 || index >=
Count
)
399
if (index < 0 || index >=
Count
) throw new ArgumentOutOfRangeException("index", Environment.GetResourceString("ArgumentOutOfRange_Index"));
501
if (index < 0 || index >=
Count
) throw new ArgumentOutOfRangeException("index", Environment.GetResourceString("ArgumentOutOfRange_Index"));
527
if (index < 0 || index >=
Count
) throw new ArgumentOutOfRangeException("index", Environment.GetResourceString("ArgumentOutOfRange_Index"));
569
get { lock(_root) { return _list.
Count
; } }
871
Array.Copy(sortedList.keys, 0, array, arrayIndex, sortedList.
Count
);
888
return new SortedListEnumerator(sortedList, 0, sortedList.
Count
, SortedListEnumerator.Keys);
897
sortedList.
Count
, key, sortedList.comparer);
958
Array.Copy(sortedList.values, 0, array, arrayIndex, sortedList.
Count
);
975
return new SortedListEnumerator(sortedList, 0, sortedList.
Count
, SortedListEnumerator.Values);
979
return Array.IndexOf(sortedList.values, value, 0, sortedList.
Count
);
PresentationFramework (2)
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
431
DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.
Count
];
465
DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.
Count
];
System (1)
net\System\Net\cookiecontainer.cs (1)
918
return m_list.
Count
;
System.Management (3)
WmiGenerator.cs (3)
1222
for(int i=0;i< PublicProperties.
Count
;i++)
2844
for(int k=0;k< PublicMethods.
Count
;k++)
4630
for (int i=0; i < sortedList.
Count
; i++)
System.Xml (12)
System\Xml\Schema\Preprocessor.cs (2)
120
for (schemaIndex = 0; schemaIndex < lockList.
Count
; schemaIndex++) {
138
if (schemaIndex == lockList.
Count
) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
143
for (schemaIndex = 0; schemaIndex < schemas.
Count
; schemaIndex++) {
System\Xml\Schema\XmlSchemaSet.cs (9)
193
return schemas.
Count
;
461
for (int i =0; i < schemas.
Count
; i++) {
519
if (schemas.
Count
== 0) {
540
for (schemaIndex = 0; schemaIndex < schemas.
Count
; schemaIndex++) {
578
if (schemaIndex == schemas.
Count
) {
709
for (int i=0; i < schemas.
Count
; i++) {
1076
bool setIsCompiled = schemas.
Count
== 0 ? true : false;
1081
for(int i=0; i < copyFromList.
Count
; i++) {
1272
if (schemas.
Count
== 0) {
WindowsBase (3)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (3)
491
return _dataSpaceMap.
Count
;
1130
if( 0 < _dataSpaceMap.
Count
)
1155
_dataSpaceMap.
Count
);