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