7 references to GetPropertyNameFromAttributeId
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
108
return _reader.
GetPropertyNameFromAttributeId
(_attributeId);
System\Windows\Markup\BamlRecordReader.cs (6)
1361
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2068
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2257
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2473
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2647
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2971
ThrowException(nameof(SR.ParserNoMatchingArray),
GetPropertyNameFromAttributeId
(attributeId));