6 references to GetAttributeInfoFromId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
671
BamlAttributeInfoRecord record =
GetAttributeInfoFromId
(attributeId);
src\Framework\System\Windows\Markup\BamlReader.cs (3)
2371
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(attrId);
2422
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
2497
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2405
BamlAttributeInfoRecord attribInfo = MapTable.
GetAttributeInfoFromId
(memberId);
5157
attribInfo = MapTable.
GetAttributeInfoFromId
(id);