4 instantiations of VideoDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
700VideoDrawing videoDrawing = new VideoDrawing
System\Windows\Media\Generated\VideoDrawing.cs (1)
142return new VideoDrawing();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12343DefaultConstructor = delegate () { return new System.Windows.Media.VideoDrawing(); }
System\Windows\Markup\KnownTypes.cs (1)
1646case KnownElements.VideoDrawing: o = new System.Windows.Media.VideoDrawing(); break;
14 references to VideoDrawing
PresentationCore (11)
System\Windows\Media\DrawingDrawingContext.cs (2)
700VideoDrawing videoDrawing = new VideoDrawing 721videoDrawing.ApplyAnimationClock(VideoDrawing.RectProperty, rectangleAnimations);
System\Windows\Media\Generated\VideoDrawing.cs (9)
31public new VideoDrawing Clone() 33return (VideoDrawing)base.Clone(); 40public new VideoDrawing CloneCurrentValue() 42return (VideoDrawing)base.CloneCurrentValue(); 58VideoDrawing target = ((VideoDrawing) d); 87VideoDrawing target = ((VideoDrawing) d); 310Type typeofThis = typeof(VideoDrawing);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
820case 726: t = () => typeof(VideoDrawing); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12340typeof(System.Windows.Media.VideoDrawing),
System\Windows\Markup\KnownTypes.cs (1)
6274case KnownElements.VideoDrawing: t = typeof(System.Windows.Media.VideoDrawing); break;