4 references to new
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
347GetBoolValueEvent getBoolEvent = new(_readOnly); 453GetBoolValueEvent boolEvent = new(defaultValue: false); 912GetBoolValueEvent e = new(defaultValue: false);
System\Windows\Forms\ComponentModel\COM2Interop\GetRefreshStateEvent.cs (1)
10public GetRefreshStateEvent(bool defaultValue) : base(defaultValue) { }