3 instantiations of DrawingImage
PresentationCore (1)
System\Windows\Media\Generated\DrawingImage.cs (1)
163
return new
DrawingImage
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3972
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
DrawingImage
(); };
System\Windows\Markup\KnownTypes.cs (1)
1248
case KnownElements.DrawingImage: o = new System.Windows.Media.
DrawingImage
(); break;
21 references to DrawingImage
PresentationCore (9)
System\Windows\Media\Generated\DrawingImage.cs (7)
59
public new
DrawingImage
Clone()
61
return (
DrawingImage
)base.Clone();
68
public new
DrawingImage
CloneCurrentValue()
70
return (
DrawingImage
)base.CloneCurrentValue();
101
DrawingImage
target = ((
DrawingImage
) d);
332
Type typeofThis = typeof(
DrawingImage
);
System\Windows\Media\ImageBrush.cs (2)
68
DrawingImage
di = ImageSource as
DrawingImage
;
PresentationFramework (6)
System\Windows\Documents\WpfPayload.cs (3)
421
Invariant.Assert(image.Source is
DrawingImage
);
423
DrawingImage
di = (
DrawingImage
)image.Source;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
280
case 184: t = () => typeof(
DrawingImage
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3970
typeof(System.Windows.Media.
DrawingImage
),
System\Windows\Markup\KnownTypes.cs (1)
5738
case KnownElements.DrawingImage: t = typeof(System.Windows.Media.
DrawingImage
); break;
ReachFramework (6)
AlphaFlattener\BrushProxy.cs (2)
3180
DrawingImage
drawingImage = ib.ImageSource as
DrawingImage
;
AlphaFlattener\Primitive.cs (2)
416
DrawingImage
di = id.ImageSource as
DrawingImage
;
Serialization\DrawingContextFlattener.cs (2)
292
DrawingImage
drawingImage;
300
else if ((drawingImage = image as
DrawingImage
) != null)