5 references to GetValueChangedHandler
System.ComponentModel.TypeConverter (5)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (3)
94bool hasValueChangedHandler = GetValueChangedHandler(component) != null; 99if (c != null && GetValueChangedHandler(component) != null) 115if (c != null && GetValueChangedHandler(component) == null)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
516if (GetValueChangedHandler(component) == null) 996if (GetValueChangedHandler(component) == null)