3 references to ViewEvent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
293return ViewEvent(obj, null, descriptor, true);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
570return ViewEvent(obj, null, null, true); 748ViewEvent(obj, (string)objVal, eventDesc, false);