12 instantiations of ImageProxy
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (4)
655
_image = new
ImageProxy
((BitmapSource)ib.ImageSource);
767
_image = new
ImageProxy
((BitmapSource)ib.ImageSource);
1770
ImageProxy image = new
ImageProxy
((BitmapSource)ib.ImageSource);
2343
ImageProxy image = new
ImageProxy
(bs);
AlphaFlattener\DrawingContext.cs (1)
873
ImageProxy clippedImage = new
ImageProxy
(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
536
return new
ImageProxy
(GetImage());
AlphaFlattener\MetroDevice.cs (1)
259
g.Image = new
ImageProxy
((BitmapSource)image);
AlphaFlattener\Optimizer.cs (1)
118
dc.DrawImage(new
ImageProxy
(brushImage), m_bounds, clip, Matrix.Identity);
AlphaFlattener\Primitive.cs (2)
444
ip.Image = new
ImageProxy
(bs);
509
ip.Image = new
ImageProxy
(bitmap);
AlphaFlattener\PrimitiveRenderer.cs (2)
267
ImageProxy imageBlend = new
ImageProxy
(image.GetImage());
490
ImageProxy image = new
ImageProxy
(clippedImage);
19 references to ImageProxy
ReachFramework (19)
AlphaFlattener\BrushProxy.cs (3)
1770
ImageProxy
image = new ImageProxy((BitmapSource)ib.ImageSource);
2343
ImageProxy
image = new ImageProxy(bs);
3527
private
ImageProxy
_image; // Image proxy for ImageBrush
AlphaFlattener\DrawingContext.cs (3)
146
void IProxyDrawingContext.DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans)
831
void IProxyDrawingContext.DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans)
873
ImageProxy
clippedImage = new ImageProxy(clippedImageSource);
AlphaFlattener\ImageProxy.cs (1)
534
public
ImageProxy
Clone()
AlphaFlattener\Interfaces.cs (1)
112
void DrawImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans);
AlphaFlattener\Primitive.cs (6)
84
public abstract void BlendOverImage(
ImageProxy
image, Matrix trans);
1205
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
1770
private
ImageProxy
_image;
1778
public
ImageProxy
Image
1862
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
2043
public override void BlendOverImage(
ImageProxy
image, Matrix trans)
AlphaFlattener\PrimitiveRenderer.cs (4)
24
public void RenderImage(
ImageProxy
image, Rect dest, Geometry clip, Matrix trans, string desp)
248
ImageProxy
image,
267
ImageProxy
imageBlend = new ImageProxy(image.GetImage());
490
ImageProxy
image = new ImageProxy(clippedImage);
AlphaFlattener\Utility.cs (1)
1489
if ((bs != null) && (
ImageProxy
.HasAlpha(bs) == 0))