8 references to LockBits
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
127
BitmapData bmData = bitmapFinal.
LockBits
(
System.Drawing.Common (3)
System\Drawing\Icon.cs (3)
635
BitmapData bmpdata = bitmap.
LockBits
(new Rectangle(0, 0, Size.Width, Size.Height),
686
bmpData = tmpBitmap.
LockBits
(new Rectangle(0, 0, tmpBitmap.Width, tmpBitmap.Height), ImageLockMode.ReadOnly, tmpBitmap.PixelFormat);
692
targetData = bitmap.
LockBits
(new Rectangle(0, 0, bmpData.Width, bmpData.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
625
bmpData = tmpBitmap.
LockBits
(imageInfo.rcImage, ImageLockMode.ReadOnly, tmpBitmap.PixelFormat);
632
targetData = result.
LockBits
(new Rectangle(0, 0, _imageSize.Width, _imageSize.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
292
BitmapData data = bitmap.
LockBits
(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
671
BitmapData data = b.
LockBits
(new Rectangle(0, 0, b.Width, b.Height), ImageLockMode.ReadWrite, PixelFormat.Format32bppArgb);