4 references to GetAttributeInfoKey
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
383
object key =
GetAttributeInfoKey
(info.OwnerType.FullName, info.Name);
1348
object key =
GetAttributeInfoKey
(typeFullName, fieldName);
System\Windows\Markup\XamlTypeMapper.cs (2)
787
object key = MapTable.
GetAttributeInfoKey
(fullName, propName);
808
object key = MapTable.
GetAttributeInfoKey
(ownerType.FullName, infoRecord.Name);