5 instantiations of LinearThicknessKeyFrame
PresentationFramework (5)
System\Windows\Controls\ProgressBar.cs (2)
254
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(startPos,0,0,0), TimeSpan.FromSeconds(0)));
256
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(endPos,0,0,0), translateTime));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6995
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1377
case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); break;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
65
return new
LinearThicknessKeyFrame
();
3 references to LinearThicknessKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
462
case 369: t = () => typeof(
LinearThicknessKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6992
typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5916
case KnownElements.LinearThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
); break;