2 writes to _typeDescriptorContext
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
29
protected 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)
57
if (!PropertyDescriptor.Converter.CanConvertFrom(
_typeDescriptorContext
, valueType))
64
newValue = PropertyDescriptor.Converter.ConvertFrom(
_typeDescriptorContext
, CultureInfo.CurrentCulture, newValue);