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)
188
bool result = multiPropertyDescriptorGridEntry.
SendNotification
(entryParam, Notify.Reset);
220
bool resultReset = multiPropertyDescriptorGridEntry.
SendNotification
(gridEntry, Notify.Reset);
221
bool resultDoubleClick = multiPropertyDescriptorGridEntry.
SendNotification
(gridEntry, Notify.DoubleClick);