|
20 | 20 | <ControlTemplate TargetType="{x:Type controls:AnimationAudio}"> |
21 | 21 | <ControlTemplate.Resources> |
22 | 22 | <Storyboard x:Key="PlayStoryboard" RepeatBehavior="Forever"> |
23 | | - <ObjectAnimationUsingKeyFrames Storyboard.TargetName="WD.AudioTwoGeometry" Storyboard.TargetProperty="(Path.Visibility)"> |
| 23 | + <ObjectAnimationUsingKeyFrames Storyboard.TargetName="PART_Path2" Storyboard.TargetProperty="(Path.Visibility)"> |
24 | 24 | <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{x:Static Visibility.Hidden}" /> |
25 | 25 | </ObjectAnimationUsingKeyFrames> |
26 | | - <ObjectAnimationUsingKeyFrames Storyboard.TargetName="PathAudioThree" Storyboard.TargetProperty="(Path.Visibility)"> |
| 26 | + <ObjectAnimationUsingKeyFrames Storyboard.TargetName="PART_Path3" Storyboard.TargetProperty="(Path.Visibility)"> |
27 | 27 | <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{x:Static Visibility.Hidden}" /> |
28 | 28 | </ObjectAnimationUsingKeyFrames> |
29 | 29 | <ObjectAnimationUsingKeyFrames |
30 | 30 | BeginTime="0:0:.3" |
31 | | - Storyboard.TargetName="WD.AudioTwoGeometry" |
| 31 | + Storyboard.TargetName="PART_Path2" |
32 | 32 | Storyboard.TargetProperty="(Path.Visibility)" |
33 | 33 | Duration="0:0:.4"> |
34 | 34 | <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{x:Static Visibility.Visible}" /> |
35 | 35 | </ObjectAnimationUsingKeyFrames> |
36 | 36 | <ObjectAnimationUsingKeyFrames |
37 | 37 | BeginTime="0:0:.7" |
38 | | - Storyboard.TargetName="PathAudioThree" |
| 38 | + Storyboard.TargetName="PART_Path3" |
39 | 39 | Storyboard.TargetProperty="(Path.Visibility)" |
40 | 40 | Duration="0:0:.4"> |
41 | 41 | <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{x:Static Visibility.Visible}" /> |
|
68 | 68 | Fill="{TemplateBinding Foreground}" |
69 | 69 | Stretch="Fill" /> |
70 | 70 | <Path |
71 | | - x:Name="PathAudioTwo" |
| 71 | + x:Name="PART_Path2" |
72 | 72 | Width="6" |
73 | 73 | Margin="0,7" |
74 | 74 | Data="{StaticResource WD.AudioTwoGeometry}" |
|
77 | 77 | Stroke="Transparent" |
78 | 78 | StrokeThickness="1.5" /> |
79 | 79 | <Path |
80 | | - x:Name="PathAudioThree" |
| 80 | + x:Name="PART_Path3" |
81 | 81 | Width="8" |
82 | 82 | Margin="-3,4" |
83 | 83 | Data="{StaticResource WD.AudioThreeGeometry}" |
|
0 commit comments