12 instantiations of ImageProxy
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (4)
652
_image = new
ImageProxy
((BitmapSource)ib.ImageSource);
764
_image = new
ImageProxy
((BitmapSource)ib.ImageSource);
1765
ImageProxy image = new
ImageProxy
((BitmapSource)ib.ImageSource);
2338
ImageProxy image = new
ImageProxy
(bs);
AlphaFlattener\DrawingContext.cs (1)
871
ImageProxy clippedImage = new
ImageProxy
(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
529
return new
ImageProxy
(GetImage());
AlphaFlattener\MetroDevice.cs (1)
254
Image = new
ImageProxy
((BitmapSource)image),
AlphaFlattener\Optimizer.cs (1)
115
dc.DrawImage(new
ImageProxy
(brushImage), m_bounds, clip, Matrix.Identity);
AlphaFlattener\Primitive.cs (2)
442
ip.Image = new
ImageProxy
(bs);
507
Image = new
ImageProxy
(bitmap),
AlphaFlattener\PrimitiveRenderer.cs (2)
263
ImageProxy imageBlend = new
ImageProxy
(image.GetImage());
486
ImageProxy image = new
ImageProxy
(clippedImage);
19 references to ImageProxy
ReachFramework (19)
AlphaFlattener\BrushProxy.cs (3)
1765
ImageProxy
image = new ImageProxy((BitmapSource)ib.ImageSource);
2338
ImageProxy
image = new ImageProxy(bs);
3525
private
ImageProxy
_image; // Image proxy for ImageBrush
AlphaFlattener\DrawingContext.cs (3)
142
void IProxyDrawingContext.DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans)
829
void IProxyDrawingContext.DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans)
871
ImageProxy
clippedImage = new ImageProxy(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
527
public
ImageProxy
Clone()
AlphaFlattener\Interfaces.cs (1)
110
void DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans);
AlphaFlattener\Primitive.cs (6)
79
public abstract void BlendOverImage(
ImageProxy
image, Matrix trans);
1202
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
1770
private
ImageProxy
_image;
1778
public
ImageProxy
Image
1862
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
2044
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
AlphaFlattener\PrimitiveRenderer.cs (4)
20
public void RenderImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans, string desp)
244
ImageProxy
image,
263
ImageProxy
imageBlend = new ImageProxy(image.GetImage());
486
ImageProxy
image = new ImageProxy(clippedImage);
AlphaFlattener\Utility.cs (1)
1478
if ((bs != null) && (
ImageProxy
.HasAlpha(bs) == 0))