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