Base:
method
SendNotification
System.Windows.Forms.PropertyGridInternal.GridEntry.SendNotification(System.Windows.Forms.PropertyGridInternal.GridEntry, System.Windows.Forms.PropertyGridInternal.GridEntry.Notify)
3 references to SendNotification
System.Windows.Forms.Tests (3)
System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs (3)
188bool result = multiPropertyDescriptorGridEntry.SendNotification(entryParam, Notify.Reset); 220bool resultReset = multiPropertyDescriptorGridEntry.SendNotification(gridEntry, Notify.Reset); 221bool resultDoubleClick = multiPropertyDescriptorGridEntry.SendNotification(gridEntry, Notify.DoubleClick);