1 write to _attributeIdToInfo
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1753
init =>
_attributeIdToInfo
= value;
2 references to _attributeIdToInfo
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1684
AttributeIdMap = new List<BamlAttributeInfoRecord>(
_attributeIdToInfo
),
1751
get =>
_attributeIdToInfo
;