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