1 write to _attributeList
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\GetAttributesEvent.cs (1)
12
public GetAttributesEvent(List<Attribute> attributeList) =>
_attributeList
= attributeList;
1 reference to _attributeList
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\GetAttributesEvent.cs (1)
14
public void Add(Attribute attribute) =>
_attributeList
.Add(attribute);