8 references to Animation_DependencyPropertyIsNotAnimatable
PresentationCore (8)
System\Windows\Generated\ContentElement.cs (2)
80
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
149
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
System\Windows\Generated\UIElement.cs (2)
80
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
149
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
System\Windows\Media\Animation\Generated\Animatable.cs (2)
86
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
155
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
System\Windows\Media3D\Generated\Visual3D.cs (2)
86
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");
155
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), "dp");