예제 #1
0
 T CacheAndInitializeKeyframeAnimation <T>(Wd.KeyFrameAnimation_ source, T target)
     where T : Wc.KeyFrameAnimation
 {
     CacheAndInitializeAnimation(source, target);
     target.Duration = source.Duration;
     return(target);
 }
예제 #2
0
 private protected KeyFrameAnimation_(KeyFrameAnimation_ other)
     : base(other)
 {
 }