2 instantiations of TypeDescriptorContext
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
675
TypeDescriptorContext context =
new
(_serviceProvider, pd, list);
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
29
protected ITypeDescriptorContext TypeDescriptorContext => _typeDescriptorContext ??= new
TypeDescriptorContext
(ServiceProvider, PropertyDescriptor, _actionList!);
1 reference to TypeDescriptorContext
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
675
TypeDescriptorContext
context = new(_serviceProvider, pd, list);