22 references to Notify
System.Windows.Forms (22)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
158
internal override bool SendNotification(GridEntry entry,
Notify
notification)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (9)
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),
2136
protected virtual bool SendNotification(object? owner,
Notify
notification) => false;
2144
internal virtual bool SendNotification(GridEntry entry,
Notify
notification)
2153
internal bool SendNotificationToParent(
Notify
type)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
96
protected override bool SendNotification(object? owner,
Notify
notification)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (5)
181
internal override bool SendNotification(GridEntry entry,
Notify
notification)
256
protected override bool SendNotification(object? owner,
Notify
notification)
265
case
Notify
.Reset:
306
case
Notify
.DoubleClick:
307
case
Notify
.Return:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (6)
398
protected override bool SendNotification(object? owner,
Notify
type)
407
case
Notify
.Reset:
420
case
Notify
.CanReset:
438
case
Notify
.ShouldPersist:
455
case
Notify
.DoubleClick:
456
case
Notify
.Return: