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