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