7 references to SendNotificationToParent
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
1414SendNotificationToParent(Notify.Reset); 1421public virtual bool CanResetPropertyValue() => SendNotificationToParent(Notify.CanReset); 1426public virtual bool DoubleClickPropertyValue() => SendNotificationToParent(Notify.DoubleClick); 2032internal bool OnValueReturnKey() => SendNotificationToParent(Notify.Return); 2078_cacheItems.LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist); 2086LastShouldSerialize = SendNotificationToParent(Notify.ShouldPersist),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
97=> ParentGridEntry?.SendNotificationToParent(notification) ?? false;