Base:
method
NotifyValueGivenParent
System.Windows.Forms.PropertyGridInternal.GridEntry.NotifyValueGivenParent(System.Object, System.Int32)
2 overrides of NotifyValueGivenParent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
89
internal override bool
NotifyValueGivenParent
(object obj, int type) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
231
internal override bool
NotifyValueGivenParent
(object obj, int type) {
2 references to NotifyValueGivenParent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
300
return base.
NotifyValueGivenParent
(obj, type);
304
return base.
NotifyValueGivenParent
(obj, type);