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