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