4 instantiations of VideoDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
699
VideoDrawing videoDrawing = new
VideoDrawing
System\Windows\Media\Generated\VideoDrawing.cs (1)
152
return new
VideoDrawing
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12342
DefaultConstructor = delegate () { return new System.Windows.Media.
VideoDrawing
(); }
System\Windows\Markup\KnownTypes.cs (1)
1645
case KnownElements.VideoDrawing: o = new System.Windows.Media.
VideoDrawing
(); break;
14 references to VideoDrawing
PresentationCore (11)
System\Windows\Media\DrawingDrawingContext.cs (2)
699
VideoDrawing
videoDrawing = new VideoDrawing
720
videoDrawing.ApplyAnimationClock(
VideoDrawing
.RectProperty, rectangleAnimations);
System\Windows\Media\Generated\VideoDrawing.cs (9)
41
public new
VideoDrawing
Clone()
43
return (
VideoDrawing
)base.Clone();
50
public new
VideoDrawing
CloneCurrentValue()
52
return (
VideoDrawing
)base.CloneCurrentValue();
68
VideoDrawing
target = ((
VideoDrawing
) d);
97
VideoDrawing
target = ((
VideoDrawing
) d);
324
Type typeofThis = typeof(
VideoDrawing
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
819
case 726: t = () => typeof(
VideoDrawing
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12339
typeof(System.Windows.Media.
VideoDrawing
),
System\Windows\Markup\KnownTypes.cs (1)
6273
case KnownElements.VideoDrawing: t = typeof(System.Windows.Media.
VideoDrawing
); break;