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