12 references to Pointer
System.Drawing.Common (12)
System\Drawing\Bitmap.cs (11)
182PInvokeGdiPlus.GdipCreateHICONFromBitmap(this.Pointer(), &hicon).ThrowIfFailed(); 199this.Pointer(), 260GpBitmap* temp = this.Pointer(); 261SetNativeImage((GpImage*)result.Pointer()); 310PInvokeGdiPlus.GdipBitmapGetPixel(this.Pointer(), x, y, &color).ThrowIfFailed(); 332PInvokeGdiPlus.GdipBitmapSetPixel(this.Pointer(), x, y, (uint)color.ToArgb()).ThrowIfFailed(); 338PInvokeGdiPlus.GdipBitmapSetResolution(this.Pointer(), xDpi, yDpi).ThrowIfFailed(); 353this.Pointer(), 375this.Pointer(), 456this.Pointer(), 469this.Pointer(),
System\Drawing\Imaging\CachedBitmap.cs (1)
50bitmap.Pointer(),