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