2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
5092newRecord._attributeId = _attributeId; 5103set { _attributeId = value; }
2 references to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
5092newRecord._attributeId = _attributeId; 5102get { return _attributeId; }