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