12 instantiations of ImageProxy
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (4)
651_image = new ImageProxy((BitmapSource)ib.ImageSource); 763_image = new ImageProxy((BitmapSource)ib.ImageSource); 1764ImageProxy image = new ImageProxy((BitmapSource)ib.ImageSource); 2337ImageProxy image = new ImageProxy(bs);
AlphaFlattener\DrawingContext.cs (1)
870ImageProxy clippedImage = new ImageProxy(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
528return new ImageProxy(GetImage());
AlphaFlattener\MetroDevice.cs (1)
253Image = new ImageProxy((BitmapSource)image),
AlphaFlattener\Optimizer.cs (1)
114dc.DrawImage(new ImageProxy(brushImage), m_bounds, clip, Matrix.Identity);
AlphaFlattener\Primitive.cs (2)
441ip.Image = new ImageProxy(bs); 506Image = new ImageProxy(bitmap),
AlphaFlattener\PrimitiveRenderer.cs (2)
262ImageProxy imageBlend = new ImageProxy(image.GetImage()); 485ImageProxy image = new ImageProxy(clippedImage);
19 references to ImageProxy
ReachFramework (19)
AlphaFlattener\BrushProxy.cs (3)
1764ImageProxy image = new ImageProxy((BitmapSource)ib.ImageSource); 2337ImageProxy image = new ImageProxy(bs); 3524private ImageProxy _image; // Image proxy for ImageBrush
AlphaFlattener\DrawingContext.cs (3)
141void IProxyDrawingContext.DrawImage(ImageProxy image, Rect dest, Geometry clip, Matrix trans) 828void IProxyDrawingContext.DrawImage(ImageProxy image, Rect dest, Geometry clip, Matrix trans) 870ImageProxy clippedImage = new ImageProxy(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
526public ImageProxy Clone()
AlphaFlattener\Interfaces.cs (1)
109void DrawImage(ImageProxy image, Rect dest, Geometry clip, Matrix trans);
AlphaFlattener\Primitive.cs (6)
78public abstract void BlendOverImage(ImageProxy image, Matrix trans); 1201public override void BlendOverImage(ImageProxy image, Matrix trans) 1769private ImageProxy _image; 1777public ImageProxy Image 1861public override void BlendOverImage(ImageProxy image, Matrix trans) 2043public override void BlendOverImage(ImageProxy image, Matrix trans)
AlphaFlattener\PrimitiveRenderer.cs (4)
19public void RenderImage(ImageProxy image, Rect dest, Geometry clip, Matrix trans, string desp) 243ImageProxy image, 262ImageProxy imageBlend = new ImageProxy(image.GetImage()); 485ImageProxy image = new ImageProxy(clippedImage);
AlphaFlattener\Utility.cs (1)
1477if ((bs != null) && (ImageProxy.HasAlpha(bs) == 0))