1 override of NotifyValueGivenParent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
517
internal override bool
NotifyValueGivenParent
(object obj, int type) {
1 reference to NotifyValueGivenParent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2519
return pe.
NotifyValueGivenParent
(pe.GetValueOwner(),type);