4 references to Timeline
PresentationBuildTasks (4)
Framework\System\Windows\Markup\KnownTypes.cs (1)
5081
case KnownElements.
Timeline
: t = _asmCore.GetType("System.Windows.Media.Animation.Timeline"); break;
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
3364
KnownTypes.Types[(int)KnownElements.
Timeline
].IsAssignableFrom(objectType) ||
3390
if (KnownTypes.Types[(int)KnownElements.
Timeline
].IsAssignableFrom(objectType))
3419
Type TimelineType = KnownTypes.Types[(int)KnownElements.
Timeline
];