12 references to ImageProxy
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (4)
655_image = new ImageProxy((BitmapSource)ib.ImageSource); 767_image = new ImageProxy((BitmapSource)ib.ImageSource); 1770ImageProxy image = new ImageProxy((BitmapSource)ib.ImageSource); 2343ImageProxy image = new ImageProxy(bs);
AlphaFlattener\DrawingContext.cs (1)
873ImageProxy clippedImage = new ImageProxy(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
536return new ImageProxy(GetImage());
AlphaFlattener\MetroDevice.cs (1)
259g.Image = new ImageProxy((BitmapSource)image);
AlphaFlattener\Optimizer.cs (1)
118dc.DrawImage(new ImageProxy(brushImage), m_bounds, clip, Matrix.Identity);
AlphaFlattener\Primitive.cs (2)
444ip.Image = new ImageProxy(bs); 509ip.Image = new ImageProxy(bitmap);
AlphaFlattener\PrimitiveRenderer.cs (2)
267ImageProxy imageBlend = new ImageProxy(image.GetImage()); 490ImageProxy image = new ImageProxy(clippedImage);