6 references to GetAttributeInfoFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (1)
653
BamlAttributeInfoRecord record =
GetAttributeInfoFromId
(attributeId);
System\Windows\Markup\BamlReader.cs (3)
2360
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(attrId);
2411
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
2486
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (2)
2356
BamlAttributeInfoRecord attribInfo = MapTable.
GetAttributeInfoFromId
(memberId);
5080
attribInfo = MapTable.
GetAttributeInfoFromId
(id);