8 references to Animation_DependencyPropertyIsNotAnimatable
PresentationCore (8)
System\Windows\Generated\ContentElement.cs (2)
71
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
136
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
System\Windows\Generated\UIElement.cs (2)
71
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
136
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
System\Windows\Media\Animation\Generated\Animatable.cs (2)
70
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
135
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
System\Windows\Media3D\Generated\Visual3D.cs (2)
70
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));
135
throw new ArgumentException(SR.Format(SR.
Animation_DependencyPropertyIsNotAnimatable
, dp.Name, this.GetType()), nameof(dp));