4 references to TargetPropertyProperty
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8350
DependencyProperty dp = System.Windows.Media.Animation.Storyboard.
TargetPropertyProperty
;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (3)
166
element.SetValue(
TargetPropertyProperty
, path);
175
return (PropertyPath)element.GetValue(
TargetPropertyProperty
);
411
PropertyPath propertyPath = (PropertyPath)currentTimeline.GetValue(
TargetPropertyProperty
);