4 references to GetAttributeInfoFromId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (1)
878
GetAttributeInfoFromId
(memberId,
System\Windows\Markup\BamlRecordReader.cs (2)
2694
MapTable.
GetAttributeInfoFromId
(attributeId, out ownerTypeId, out name, out attributeUsage);
5709
_reader.MapTable.
GetAttributeInfoFromId
(_attributeId, out ownerTypeId, out name, out attributeUsage);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
110
parserContext.MapTable.
GetAttributeInfoFromId
(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);