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;