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)
89internal override bool NotifyValueGivenParent(object obj, int type) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
231internal override bool NotifyValueGivenParent(object obj, int type) {
2 references to NotifyValueGivenParent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
300return base.NotifyValueGivenParent(obj, type); 304return base.NotifyValueGivenParent(obj, type);