4 references to Timeline
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5084
case KnownElements.
Timeline
: t = _asmCore.GetType("System.Windows.Media.Animation.Timeline"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
3353
KnownTypes.Types[(int)KnownElements.
Timeline
].IsAssignableFrom(objectType) ||
3379
if (KnownTypes.Types[(int)KnownElements.
Timeline
].IsAssignableFrom(objectType))
3408
Type TimelineType = KnownTypes.Types[(int)KnownElements.
Timeline
];