5 instantiations of LinearThicknessKeyFrame
PresentationFramework (5)
System\Windows\Controls\ProgressBar.cs (2)
255
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(startPos,0,0,0), TimeSpan.FromSeconds(0)));
257
animation.KeyFrames.Add(new
LinearThicknessKeyFrame
(new Thickness(endPos,0,0,0), translateTime));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6996
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1378
case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.
LinearThicknessKeyFrame
(); break;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
61
return new
LinearThicknessKeyFrame
();
3 references to LinearThicknessKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
463
case 369: t = () => typeof(
LinearThicknessKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6993
typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5917
case KnownElements.LinearThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.
LinearThicknessKeyFrame
); break;