6 references to GetAttributeInfoFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (1)
661
BamlAttributeInfoRecord record =
GetAttributeInfoFromId
(attributeId);
System\Windows\Markup\BamlReader.cs (3)
2347
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(attrId);
2398
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
2473
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (2)
2374
BamlAttributeInfoRecord attribInfo = MapTable.
GetAttributeInfoFromId
(memberId);
5101
attribInfo = MapTable.
GetAttributeInfoFromId
(id);