1 write to notifyParent
System (1)
compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs (1)
51
this.
notifyParent
= notifyParent;
2 references to notifyParent
System (2)
compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs (2)
63
return
notifyParent
;
78
return ((NotifyParentPropertyAttribute)obj).NotifyParent ==
notifyParent
;