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