7 references to GetPropertyNameFromAttributeId
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
114return _reader.GetPropertyNameFromAttributeId(_attributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
1405ThrowException(SRID.ParserCantGetDPOrPi, GetPropertyNameFromAttributeId(attributeId)); 2118ThrowException(SRID.ParserCantGetDPOrPi, GetPropertyNameFromAttributeId(attributeId)); 2307ThrowException(SRID.ParserCantGetDPOrPi, GetPropertyNameFromAttributeId(attributeId)); 2521ThrowException(SRID.ParserCantGetDPOrPi, GetPropertyNameFromAttributeId(attributeId)); 2697ThrowException(SRID.ParserCantGetDPOrPi, GetPropertyNameFromAttributeId(attributeId)); 3026ThrowException(SRID.ParserNoMatchingArray, GetPropertyNameFromAttributeId(attributeId));