3 writes to exceptionConverter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
344
this.
exceptionConverter
= converter;
542
this.
exceptionConverter
= new ExceptionConverter();
556
this.
exceptionConverter
= new ExceptionConverter();
7 references to exceptionConverter
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (7)
213
return this.
exceptionConverter
== null && !IsPropertyReadOnly && base.IsValueEditable;
308
if (this.
exceptionConverter
!= null)
318
if (this.
exceptionConverter
== null)
383
if (
exceptionConverter
!= null) {
384
return
exceptionConverter
;
539
if (this.
exceptionConverter
== null) {
553
if (this.
exceptionConverter
== null) {