Base:
method
SendNotification
System.Windows.Forms.PropertyGridInternal.GridEntry.SendNotification(System.Object, System.Windows.Forms.PropertyGridInternal.GridEntry.Notify)
2 overrides of SendNotification
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
96
protected override bool
SendNotification
(object? owner, Notify notification)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
256
protected override bool
SendNotification
(object? owner, Notify notification)
2 references to SendNotification
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
328
return base.
SendNotification
(owner, notification);
332
return base.
SendNotification
(owner, notification);