3 writes to _typeConverter
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
767
=>
_typeConverter
??= TypeDescriptor.GetConverter((PropertyValue ?? PropertyType)!);
1023
_typeConverter
= null;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
277
_typeConverter
??= PropertyDescriptor.Converter;