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

◆ OnValueChanged()

virtual void System.ComponentModel.PropertyDescriptor.OnValueChanged ( object component,
EventArgs e )
inlineprotectedvirtualinherited

Reimplemented in System.ComponentModel.ReflectPropertyDescriptor.

Definition at line 270 of file PropertyDescriptor.cs.

271 {
272 if (component != null)
273 {
275 if (valueChangedHandlers != null && valueChangedHandlers != null)
276 {
278 int count = valueChangedHandlers._count;
279 int version = valueChangedHandlers._version;
280 return;
281 }
282 }
283 }
class f__AnonymousType0<< Count > j__TPar

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