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