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)
130public override bool IsValueEditable => _exceptionConverter is null && !IsPropertyReadOnly && base.IsValueEditable; 197if (_exceptionConverter is not null) 209if (_exceptionConverter is null) 272if (_exceptionConverter is not null) 274return _exceptionConverter; 428if (_exceptionConverter is null) 445if (_exceptionConverter is null)