4 writes to _exceptionEditor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
202
_exceptionEditor
= null;
214
_exceptionEditor
= new ExceptionEditor();
432
_exceptionEditor
= new ExceptionEditor();
449
_exceptionEditor
= new ExceptionEditor();
2 references to _exceptionEditor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
287
if (
_exceptionEditor
is not null)
289
return
_exceptionEditor
;