terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RemoveValueChanged()

override void System.ComponentModel.ReflectPropertyDescriptor.RemoveValueChanged ( object component,
EventHandler handler )
inlinevirtual

Reimplemented from System.ComponentModel.PropertyDescriptor.

Definition at line 449 of file ReflectPropertyDescriptor.cs.

450 {
451 while (component != null)
452 {
453 if (handler != null)
454 {
455 if (this.ChangedEventValue != null)
456 {
457 return;
458 }
459 base.RemoveValueChanged(component, handler);
460 if (base.GetValueChangedHandler(component) != null)
461 {
462 return;
463 }
464 if (this.IPropChangedEventValue != null)
465 {
466 return;
467 }
468 }
469 }
470 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.ReflectPropertyDescriptor.ChangedEventValue, System.ComponentModel.ReflectPropertyDescriptor.IPropChangedEventValue, and j__TPar.