11 overrides of OnInsert
System (3)
compmod\system\componentmodel\design\DesignerVerbCollection.cs (1)
114
protected override void
OnInsert
(int index, object value) {
services\monitoring\system\diagnosticts\EventLogPermissionEntryCollection.cs (1)
82
protected override void
OnInsert
(int index, object value) {
services\monitoring\system\diagnosticts\PerformanceCounterPermissionEntryCollection.cs (1)
83
protected override void
OnInsert
(int index, object value) {
System.Messaging (1)
System\Messaging\MessageQueuePermissionEntryCollection.cs (1)
110
protected override void
OnInsert
(int index, object value)
System.Web (4)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
96
protected override void
OnInsert
(int index, object value) {
UI\WebParts\WebPartConnectionCollection.cs (1)
116
protected override void
OnInsert
(int index, object value) {
UI\WebParts\WebPartDisplayModeCollection.cs (1)
93
protected override void
OnInsert
(int index, object value) {
UI\WebParts\WebPartTransformerCollection.cs (1)
61
protected override void
OnInsert
(int index, object value) {
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1795
protected override void
OnInsert
(int index, object value) {
System.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
105
protected override void
OnInsert
(int index, object item) {
System\Xml\Serialization\XmlSchemas.cs (1)
211
protected override void
OnInsert
(int index, object value) {
7 references to OnInsert
mscorlib (2)
system\collections\collectionbase.cs (2)
134
OnInsert
(InnerList.Count, value);
171
OnInsert
(index, value);
System.Web (4)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
101
base.
OnInsert
(index, value);
UI\WebParts\WebPartConnectionCollection.cs (1)
119
base.
OnInsert
(index, value);
UI\WebParts\WebPartDisplayModeCollection.cs (1)
101
base.
OnInsert
(index, value);
UI\WebParts\WebPartTransformerCollection.cs (1)
68
base.
OnInsert
(index, value);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1799
base.
OnInsert
(index, value);