7 references to GetPropertyNameFromAttributeId
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
109
return _reader.
GetPropertyNameFromAttributeId
(_attributeId);
System\Windows\Markup\BamlRecordReader.cs (6)
1362
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2069
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2258
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2474
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2648
ThrowException(nameof(SR.ParserCantGetDPOrPi),
GetPropertyNameFromAttributeId
(attributeId));
2972
ThrowException(nameof(SR.ParserNoMatchingArray),
GetPropertyNameFromAttributeId
(attributeId));