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