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