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)
96protected override bool SendNotification(object? owner, Notify notification)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
256protected override bool SendNotification(object? owner, Notify notification)
2 references to SendNotification
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
328return base.SendNotification(owner, notification); 332return base.SendNotification(owner, notification);