3 writes to exceptionEditor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
345
this.
exceptionEditor
= editor;
543
this.
exceptionEditor
= new ExceptionEditor();
557
this.
exceptionEditor
= new ExceptionEditor();
2 references to exceptionEditor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
401
if (
exceptionEditor
!= null) {
402
return
exceptionEditor
;