2 overrides of NotifyChildValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
245
internal override bool
NotifyChildValue
(GridEntry pe, int type) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
163
internal override bool
NotifyChildValue
(GridEntry pe, int type) {
3 references to NotifyChildValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
246
return parentPE.
NotifyChildValue
(pe, type);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2528
return parentPE.
NotifyChildValue
(this, type);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
173
success = base.
NotifyChildValue
(pe, type);