5 instantiations of LinearThicknessKeyFrame
PresentationFramework (5)
System\Windows\Controls\ProgressBar.cs (2)
261
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(startPos,0,0,0), TimeSpan.FromSeconds(0)));
263
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(endPos,0,0,0), translateTime));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6381
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1384
case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); break;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
70
return new
LinearThicknessKeyFrame
();
3 references to LinearThicknessKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
465
case 369: t = () => typeof(
LinearThicknessKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6379
typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5923
case KnownElements.LinearThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
); break;