1 write to _attributeIdToInfo
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1711
table.
_attributeIdToInfo
= (ArrayList)_attributeIdToInfo.Clone();
2 references to _attributeIdToInfo
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
1711
table._attributeIdToInfo = (ArrayList)
_attributeIdToInfo
.Clone();
1770
get { return
_attributeIdToInfo
; }