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