6 references to GetAttributeInfoFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (1)
649
BamlAttributeInfoRecord record =
GetAttributeInfoFromId
(attributeId);
System\Windows\Markup\BamlReader.cs (3)
2353
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(attrId);
2404
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
2479
BamlAttributeInfoRecord attrInfo = MapTable.
GetAttributeInfoFromId
(memberId);
System\Windows\Markup\BamlRecordReader.cs (2)
2355
BamlAttributeInfoRecord attribInfo = MapTable.
GetAttributeInfoFromId
(memberId);
5073
attribInfo = MapTable.
GetAttributeInfoFromId
(id);