4 references to GetAttributeInfoKey
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
393object key = GetAttributeInfoKey(info.OwnerType.FullName, info.Name); 1358object key = GetAttributeInfoKey(typeFullName, fieldName);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
870object key = MapTable.GetAttributeInfoKey(fullName, propName); 891object key = MapTable.GetAttributeInfoKey(ownerType.FullName, infoRecord.Name);