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