11 overrides of OnSet
System (3)
compmod\system\componentmodel\design\DesignerVerbCollection.cs (1)
109protected override void OnSet(int index, object oldValue, object newValue) {
services\monitoring\system\diagnosticts\EventLogPermissionEntryCollection.cs (1)
92protected override void OnSet(int index, object oldValue, object newValue) {
services\monitoring\system\diagnosticts\PerformanceCounterPermissionEntryCollection.cs (1)
93protected override void OnSet(int index, object oldValue, object newValue) {
System.Messaging (1)
System\Messaging\MessageQueuePermissionEntryCollection.cs (1)
124protected override void OnSet(int index, object oldValue, object newValue)
System.Web (4)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
112protected override void OnSet(int index, object oldValue, object newValue) {
UI\WebParts\WebPartConnectionCollection.cs (1)
128protected override void OnSet(int index, object oldValue, object newValue) {
UI\WebParts\WebPartDisplayModeCollection.cs (1)
108protected override void OnSet(int index, object oldValue, object newValue) {
UI\WebParts\WebPartTransformerCollection.cs (1)
76protected override void OnSet(int index, object oldValue, object newValue) {
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
2819protected override void OnSet(int index, object oldValue, object newValue) {
System.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
115protected override void OnSet(int index, object oldValue, object newValue) {
System\Xml\Serialization\XmlSchemas.cs (1)
235protected override void OnSet(int index, object oldValue, object newValue) {
4 references to OnSet
mscorlib (1)
system\collections\collectionbase.cs (1)
116OnSet(index, temp, value);
System.Web (3)
UI\WebParts\ProxyWebPartConnectionCollection.cs (1)
120base.OnSet(index, oldValue, newValue);
UI\WebParts\WebPartConnectionCollection.cs (1)
132base.OnSet(index, oldValue, newValue);
UI\WebParts\WebPartTransformerCollection.cs (1)
78base.OnSet(index, oldValue, newValue);