5 references to GetValueChangedHandler
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
565if (GetValueChangedHandler(component) == null) { 1014if (GetValueChangedHandler(component) == null) {
System.Xml.Linq (3)
System\Xml\Linq\XComponentModel.cs (3)
76bool hasValueChangedHandler = GetValueChangedHandler(component) != null; 80if (c != null && GetValueChangedHandler(component) != null) { 93if (c != null && GetValueChangedHandler(component) == null) {