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