11 overrides of OnRemove
System (3)
compmod\system\componentmodel\design\DesignerVerbCollection.cs (1)
124
protected override void
OnRemove
(int index, object value) {
services\monitoring\system\diagnosticts\EventLogPermissionEntryCollection.cs (1)
87
protected override void
OnRemove
(int index, object value) {
services\monitoring\system\diagnosticts\PerformanceCounterPermissionEntryCollection.cs (1)
88
protected override void
OnRemove
(int index, object value) {
System.Messaging (1)
System\Messaging\MessageQueuePermissionEntryCollection.cs (1)
117
protected override void
OnRemove
(int index, object value)
System.Web (4)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
104
protected override void
OnRemove
(int index, object value) {
UI\WebParts\WebPartConnectionCollection.cs (1)
122
protected override void
OnRemove
(int index, object value) {
UI\WebParts\WebPartDisplayModeCollection.cs (1)
104
protected override void
OnRemove
(int index, object value) {
UI\WebParts\WebPartTransformerCollection.cs (1)
71
protected override void
OnRemove
(int index, object value) {
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
2801
protected override void
OnRemove
(int index, object value) {
System.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
136
protected override void
OnRemove
(int index, object item) {
System\Xml\Serialization\XmlSchemas.cs (1)
219
protected override void
OnRemove
(int index, object value) {
5 references to OnRemove
mscorlib (2)
system\collections\collectionbase.cs (2)
71
OnRemove
(index, temp);
151
OnRemove
(index, value);
System.Web (3)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
109
base.
OnRemove
(index, value);
UI\WebParts\WebPartConnectionCollection.cs (1)
125
base.
OnRemove
(index, value);
UI\WebParts\WebPartTransformerCollection.cs (1)
73
base.
OnRemove
(index, value);