12 references to 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);