3 instantiations of ExceptionConverter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
321
SetFlagsAndExceptionInfo(0, new
ExceptionConverter
(), new ExceptionEditor());
542
this.exceptionConverter = new
ExceptionConverter
();
556
this.exceptionConverter = new
ExceptionConverter
();
1 reference to ExceptionConverter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
341
private void SetFlagsAndExceptionInfo(int flags,
ExceptionConverter
converter, ExceptionEditor editor)