121 references to InnerList
mscorlib (7)
system\collections\readonlycollectionbase.cs (5)
30
get { return
InnerList
.Count; }
34
get { return
InnerList
.IsSynchronized; }
38
get { return
InnerList
.SyncRoot; }
42
InnerList
.CopyTo(array, index);
46
return
InnerList
.GetEnumerator();
system\security\accesscontrol\rules.cs (2)
360
InnerList
.Add( rule );
378
get { return
InnerList
[index] as AuthorizationRule; }
System (21)
compmod\system\componentmodel\ComponentCollection.cs (4)
46
InnerList
.AddRange(components);
59
IList list =
InnerList
;
79
return (IComponent)
InnerList
[index];
87
InnerList
.CopyTo(array, index);
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (4)
22
AddIfNew(
InnerList
, serviceName);
29
newServiceNames.AddRange(this.
InnerList
);
40
newServiceNames.AddRange(this.
InnerList
);
85
return Contains(searchName,
InnerList
);
services\monitoring\system\diagnosticts\ProcessModuleCollection.cs (5)
26
InnerList
.AddRange(processModules);
33
get { return (ProcessModule)
InnerList
[index]; }
40
return
InnerList
.IndexOf(module);
47
return
InnerList
.Contains(module);
54
InnerList
.CopyTo(array, index);
services\monitoring\system\diagnosticts\ProcessThreadCollection.cs (8)
29
InnerList
.AddRange(processThreads);
36
get { return (ProcessThread)
InnerList
[index]; }
43
return
InnerList
.Add(thread);
50
InnerList
.Insert(index, thread);
57
return
InnerList
.IndexOf(thread);
64
return
InnerList
.Contains(thread);
71
InnerList
.Remove(thread);
78
InnerList
.CopyTo(array, index);
System.Configuration (2)
System\Configuration\ConfigurationLocationCollection.cs (2)
16
InnerList
.AddRange(col);
21
return (ConfigurationLocation)
InnerList
[index];
System.Drawing (12)
commonui\System\Drawing\Design\CategoryNameCollection.cs (6)
27
InnerList
.AddRange(value);
37
InnerList
.AddRange(value);
46
return ((string)(
InnerList
[index]));
56
return
InnerList
.Contains(value);
65
InnerList
.CopyTo(array, index);
74
return
InnerList
.IndexOf(value);
commonui\System\Drawing\Design\ToolboxItemCollection.cs (6)
28
InnerList
.AddRange(value);
38
InnerList
.AddRange(value);
47
return ((ToolboxItem)(
InnerList
[index]));
57
return
InnerList
.Contains(value);
66
InnerList
.CopyTo(array, index);
75
return
InnerList
.IndexOf(value);
System.Web (69)
Management\WebEvents.cs (5)
2476
InnerList
.Add(eventRaised);
2485
InnerList
.Add(eventRaised);
2491
return (WebBaseEvent)
InnerList
[index];
2496
return
InnerList
.IndexOf(value);
2500
return
InnerList
.Contains(value);
UI\WebParts\CatalogPartCollection.cs (8)
29
return (CatalogPart)
InnerList
[index];
35
foreach (CatalogPart catalogPart in
InnerList
) {
46
return
InnerList
.Add(value);
50
return
InnerList
.Contains(catalogPart);
54
InnerList
.CopyTo(array, index);
58
return
InnerList
.IndexOf(catalogPart);
66
InnerList
.Add(existingCatalogPart);
78
InnerList
.Add(obj);
UI\WebParts\ConnectionInterfaceCollection.cs (6)
34
InnerList
.Add(existingConnectionInterface);
46
InnerList
.Add(obj);
52
return
InnerList
.Contains(value);
56
return
InnerList
.IndexOf(value);
61
return (Type)
InnerList
[index];
66
InnerList
.CopyTo(array, index);
UI\WebParts\ConsumerConnectionPointCollection.cs (5)
36
InnerList
.Add(point);
53
return (ConsumerConnectionPoint)
InnerList
[index];
64
return
InnerList
.Contains(connectionPoint);
68
return
InnerList
.IndexOf(connectionPoint);
72
InnerList
.CopyTo(array, index);
UI\WebParts\EditorPartCollection.cs (7)
28
return (EditorPart)
InnerList
[index];
33
return
InnerList
.Add(value);
37
return
InnerList
.Contains(editorPart);
41
InnerList
.CopyTo(array, index);
45
return
InnerList
.IndexOf(editorPart);
53
InnerList
.Add(existingEditorPart);
65
InnerList
.Add(obj);
UI\WebParts\ProviderConnectionPointCollection.cs (5)
37
InnerList
.Add(point);
54
return (ProviderConnectionPoint)
InnerList
[index];
65
return
InnerList
.Contains(connectionPoint);
69
return
InnerList
.IndexOf(connectionPoint);
73
InnerList
.CopyTo(array, index);
UI\WebParts\TransformerTypeCollection.cs (7)
32
return
InnerList
.Add(value);
40
InnerList
.Add(existingTransformerType);
56
InnerList
.Add(obj);
62
return
InnerList
.Contains(value);
66
return
InnerList
.IndexOf(value);
71
return (Type)
InnerList
[index];
76
InnerList
.CopyTo(array, index);
UI\WebParts\WebPartCollection.cs (7)
33
InnerList
.Add(obj);
39
return
InnerList
.Add(value);
43
return
InnerList
.Contains(value);
47
return
InnerList
.IndexOf(value);
52
return (WebPart)
InnerList
[index];
64
foreach (WebPart webPart in
InnerList
) {
97
InnerList
.CopyTo(array, index);
UI\WebParts\WebPartDescriptionCollection.cs (5)
39
InnerList
.Add(description);
49
return
InnerList
.Contains(value);
53
return
InnerList
.IndexOf(value);
58
return (WebPartDescription)
InnerList
[index];
69
InnerList
.CopyTo(array, index);
UI\WebParts\WebPartVerbCollection.cs (7)
35
return (WebPartVerb)
InnerList
[index];
53
return
InnerList
.Add(value);
57
return
InnerList
.Contains(value);
61
InnerList
.CopyTo(array, index);
65
return
InnerList
.IndexOf(value);
81
InnerList
.Add(existingVerb);
100
InnerList
.Add(webPartVerb);
UI\WebParts\WebPartZoneCollection.cs (7)
32
InnerList
.Add(obj);
37
return
InnerList
.Add(value);
41
return
InnerList
.Contains(value);
45
return
InnerList
.IndexOf(value);
50
return (WebPartZoneBase)
InnerList
[index];
58
foreach (WebPartZoneBase zone in
InnerList
) {
74
InnerList
.CopyTo(array, index);
System.Windows.Forms (10)
winforms\Managed\System\WinForms\FormCollection.cs (5)
35
foreach(Form form in
InnerList
) {
57
f = (Form)
InnerList
[index];
68
InnerList
.Add(form);
80
inCollection =
InnerList
.Contains(form);
90
InnerList
.Remove(form);
winforms\Managed\System\WinForms\InputLanguageCollection.cs (5)
27
InnerList
.AddRange(value);
36
return ((InputLanguage)(
InnerList
[index]));
46
return
InnerList
.Contains(value);
55
InnerList
.CopyTo(array, index);
64
return
InnerList
.IndexOf(value);