2 writes to _typeDescriptorContext
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
29protected ITypeDescriptorContext TypeDescriptorContext => _typeDescriptorContext ??= new TypeDescriptorContext(ServiceProvider, PropertyDescriptor, _actionList!); 99_typeDescriptorContext = null;
2 references to _typeDescriptorContext
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
57if (!PropertyDescriptor.Converter.CanConvertFrom(_typeDescriptorContext, valueType)) 64newValue = PropertyDescriptor.Converter.ConvertFrom(_typeDescriptorContext, CultureInfo.CurrentCulture, newValue);