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