2 writes to index
System (2)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (2)
721
index
++;
728
index
= -1;
4 references to index
System (4)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (4)
702
PropertyDescriptor curProp = owner[
index
];
709
return owner[
index
].Name;
715
return owner[
index
].Name;
720
if (
index
< (owner.Count - 1)) {