2 references to Storyboard_PropertyPathMustPointToDependencyProperty
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
476
throw new InvalidOperationException(SR.Format(SR.
Storyboard_PropertyPathMustPointToDependencyProperty
, currentPropertyPath.Path ));
750
throw new InvalidOperationException(SR.Format(SR.
Storyboard_PropertyPathMustPointToDependencyProperty
, path.Path ));