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