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