9 references to ParserCantGetDPOrPi
PresentationFramework (9)
System\Windows\Markup\BamlCollectionHolder.cs (2)
148_reader.ThrowException(nameof(SR.ParserCantGetDPOrPi), AttributeName); 198_reader.ThrowException(nameof(SR.ParserCantGetDPOrPi), AttributeName);
System\Windows\Markup\BamlReader.cs (1)
1026throw new InvalidOperationException(SR.Format(SR.ParserCantGetDPOrPi, info.Name));
System\Windows\Markup\BamlRecordReader.cs (6)
1361ThrowException(nameof(SR.ParserCantGetDPOrPi), GetPropertyNameFromAttributeId(attributeId)); 2068ThrowException(nameof(SR.ParserCantGetDPOrPi), GetPropertyNameFromAttributeId(attributeId)); 2257ThrowException(nameof(SR.ParserCantGetDPOrPi), GetPropertyNameFromAttributeId(attributeId)); 2473ThrowException(nameof(SR.ParserCantGetDPOrPi), GetPropertyNameFromAttributeId(attributeId)); 2647ThrowException(nameof(SR.ParserCantGetDPOrPi), GetPropertyNameFromAttributeId(attributeId)); 2887ThrowException(nameof(SR.ParserCantGetDPOrPi), propertyDefinition.Name);