4 instantiations of VideoDrawing
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
734VideoDrawing videoDrawing = new VideoDrawing();
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (1)
176return new VideoDrawing();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11104bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.VideoDrawing(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1653case KnownElements.VideoDrawing: o = new System.Windows.Media.VideoDrawing(); break;
14 references to VideoDrawing
PresentationCore (11)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (2)
734VideoDrawing videoDrawing = new VideoDrawing(); 754videoDrawing.ApplyAnimationClock(VideoDrawing.RectProperty, rectangleAnimations);
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (9)
65public new VideoDrawing Clone() 67return (VideoDrawing)base.Clone(); 74public new VideoDrawing CloneCurrentValue() 76return (VideoDrawing)base.CloneCurrentValue(); 92VideoDrawing target = ((VideoDrawing) d); 121VideoDrawing target = ((VideoDrawing) d); 355Type typeofThis = typeof(VideoDrawing);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
818case 726: t = () => typeof(VideoDrawing); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11102typeof(System.Windows.Media.VideoDrawing),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6270case KnownElements.VideoDrawing: t = typeof(System.Windows.Media.VideoDrawing); break;