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