2 references to s_staticAttributes
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
255
return attributes.Count == 0 ? new(
s_staticAttributes
) : new(attributes.ToArray());
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
18
AttributeCollection ICustomTypeDescriptor.GetAttributes() => new(
s_staticAttributes
);