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