7 references to SendNotificationToParent
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
1420SendNotificationToParent(Notify.Reset); 1427public virtual bool CanResetPropertyValue() => SendNotificationToParent(Notify.CanReset); 1432public virtual bool DoubleClickPropertyValue() => SendNotificationToParent(Notify.DoubleClick); 2038internal bool OnValueReturnKey() => SendNotificationToParent(Notify.Return); 2084_cacheItems.LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist); 2092LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
97=> ParentGridEntry?.SendNotificationToParent(notification) ?? false;