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