2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2358
newRecord.
_attributeId
= _attributeId;
2377
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2358
newRecord._attributeId =
_attributeId
;
2376
get { return
_attributeId
; }
2441
$"{RecordType} attr({
_attributeId
}) extn({_extensionTypeId}) valueId({_valueId})");