6 references to InvalidPropertyValue
PresentationFramework (6)
System\Windows\Condition.cs (2)
51throw new ArgumentException(SR.Format(SR.InvalidPropertyValue, conditionValue, conditionProperty.Name)); 198throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value, _property.Name));
System\Windows\FrameworkElementFactory.cs (1)
209throw new ArgumentException(SR.Format(SR.InvalidPropertyValue, value, dp.Name));
System\Windows\FrameworkTemplate.cs (1)
835throw new ArgumentException(SR.Format(SR.InvalidPropertyValue, value, dependencyProperty.Name));
System\Windows\Media\Animation\BeginStoryboard.cs (1)
105throw new ArgumentException(SR.Format(SR.InvalidPropertyValue, value, "Name"));
System\Windows\Trigger.cs (1)
199throw new InvalidOperationException(SR.Format(SR.InvalidPropertyValue, _value, _property.Name ));