5 references to Reset
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1411
SendNotificationToParent(Notify.
Reset
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
265
case Notify.
Reset
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
407
case Notify.
Reset
:
System.Windows.Forms.Tests (2)
System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs (2)
188
bool result = multiPropertyDescriptorGridEntry.SendNotification(entryParam, Notify.
Reset
);
220
bool resultReset = multiPropertyDescriptorGridEntry.SendNotification(gridEntry, Notify.
Reset
);