11 references to Attributes
System (11)
compmod\system\componentmodel\AttributeCollection.cs (11)
176
return
Attributes
.Length;
187
return
Attributes
[index];
220
return
Attributes
[index];
239
int count =
Attributes
.Length;
244
Attribute attribute =
Attributes
[i];
256
Attribute attribute =
Attributes
[i];
362
return
Attributes
.GetEnumerator();
371
for (int i = 0; i <
Attributes
.Length; i++)
373
if (
Attributes
[i].Match(attribute))
431
Array.Copy(
Attributes
, 0, array, index,
Attributes
.Length);