6 references to GetAttributeInfoFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (1)
653
BamlAttributeInfoRecord record =
GetAttributeInfoFromId
(attributeId);
System\Windows\Markup\BamlReader.cs (3)
2337
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(attrId);
2388
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
2463
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (2)
2365
BamlAttributeInfoRecord attribInfo = MapTable.
GetAttributeInfoFromId
(memberId);
5092
attribInfo = MapTable.
GetAttributeInfoFromId
(id);