5 references to TargetPropertyProperty
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8392
DependencyProperty dp = System.Windows.Media.Animation.Storyboard.
TargetPropertyProperty
;
System\Windows\Media\Animation\Storyboard.cs (3)
167
element.SetValue(
TargetPropertyProperty
, path);
176
return (PropertyPath)element.GetValue(
TargetPropertyProperty
);
412
PropertyPath propertyPath = (PropertyPath)currentTimeline.GetValue(
TargetPropertyProperty
);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1332
opacityAnimation.SetValue(Storyboard.
TargetPropertyProperty
, new PropertyPath("Opacity"));