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)
1026
throw new InvalidOperationException(SR.Format(SR.
ParserCantGetDPOrPi
, info.Name));
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));
2887
ThrowException(nameof(SR.
ParserCantGetDPOrPi
), propertyDefinition.Name);