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

◆ GetValueChangedHandler()

EventHandler System.ComponentModel.PropertyDescriptor.GetValueChangedHandler ( object component)
inlinepackageinherited

Definition at line 314 of file PropertyDescriptor.cs.

315 {
316 while (component != null)
317 {
319 if (valueChangedHandlers != null && valueChangedHandlers != null)
320 {
321 throw new InvalidCastException();
322 }
323 }
324 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.PropertyDescriptor._valueChangedHandlers, and j__TPar.