7 references to SendNotificationToParent
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
1411SendNotificationToParent(Notify.Reset); 1418public virtual bool CanResetPropertyValue() => SendNotificationToParent(Notify.CanReset); 1423public virtual bool DoubleClickPropertyValue() => SendNotificationToParent(Notify.DoubleClick); 2029internal bool OnValueReturnKey() => SendNotificationToParent(Notify.Return); 2075_cacheItems.LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist); 2083LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
97=> ParentGridEntry?.SendNotificationToParent(notification) ?? false;