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