4 writes to _exceptionConverter
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
201
_exceptionConverter
= null;
213
_exceptionConverter
= new ExceptionConverter();
431
_exceptionConverter
= new ExceptionConverter();
448
_exceptionConverter
= new ExceptionConverter();
7 references to _exceptionConverter
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (7)
130
public override bool IsValueEditable =>
_exceptionConverter
is null && !IsPropertyReadOnly && base.IsValueEditable;
197
if (
_exceptionConverter
is not null)
209
if (
_exceptionConverter
is null)
272
if (
_exceptionConverter
is not null)
274
return
_exceptionConverter
;
428
if (
_exceptionConverter
is null)
445
if (
_exceptionConverter
is null)