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