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