8 references to MediaTimeline
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\MediaTimeline.cs (1)
126return new MediaTimeline();
Core\CSharp\System\Windows\Media\MediaTimeline.cs (5)
47public MediaTimeline(Uri source) : this() 57internal MediaTimeline(ITypeDescriptorContext context, Uri source) : this() 74public MediaTimeline(Nullable<TimeSpan> beginTime) : this() 85: this() 98: this()
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6783bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.MediaTimeline(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1408case KnownElements.MediaTimeline: o = new System.Windows.Media.MediaTimeline(); break;