13 references to ParserCannotConvertPropertyValue
PresentationFramework (13)
System\Windows\Markup\BamlRecordReader.cs (5)
2114
ThrowException(nameof(SR.
ParserCannotConvertPropertyValue
), "Property", typeof(DependencyProperty).FullName);
2160
string message = SR.Format(SR.
ParserCannotConvertPropertyValue
, propertyName, propertyType.FullName);
2212
string message = SR.Format(SR.
ParserCannotConvertPropertyValue
, propertyDefinition.Name, propertyDefinition.PropertyType.FullName);
2413
ThrowException(nameof(SR.
ParserCannotConvertPropertyValue
), propertyName, valueTypeName);
2491
string message = SR.Format(SR.
ParserCannotConvertPropertyValue
, propertyDefinition.Name, propertyDefinition.PropertyType.FullName);
System\Windows\Markup\DependencyPropertyConverter.cs (5)
156
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Property", typeof(DependencyProperty).FullName));
179
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Property", typeof(DependencyProperty).FullName));
203
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Property", typeof(DependencyProperty).FullName));
223
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Property", typeof(DependencyProperty).FullName));
233
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Property", typeof(DependencyProperty).FullName));
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (3)
97
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Value", typeof(Object).FullName));
159
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Value", typeof(Object).FullName));
164
throw new NotSupportedException(SR.Format(SR.
ParserCannotConvertPropertyValue
, "Value", typeof(Object).FullName));