7 references to GetPropertyNameFromAttributeId
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
110
return _reader.
GetPropertyNameFromAttributeId
(_attributeId);
System\Windows\Markup\BamlRecordReader.cs (6)
1380
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2087
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2276
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2490
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2664
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2991
ThrowException(nameof(SR.ParserNoMatchingArray),
GetPropertyNameFromAttributeId
(attributeId));