2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2033
newRecord.
_attributeId
= _attributeId;
2049
set {
_attributeId
= value; }
3 references to _attributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2033
newRecord._attributeId =
_attributeId
;
2048
get { return
_attributeId
; }
2063
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({
_attributeId
})");