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