57 references to LockBits
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
171
BitmapData bmData = bitmapFinal.
LockBits
(
System.Drawing.Common.Tests (48)
DrawingTest.cs (1)
14
BitmapData data = bitmap.
LockBits
(new Rectangle(default, bitmap.Size), ImageLockMode.ReadWrite, bitmap.PixelFormat);
mono\System.Drawing.Imaging\BmpCodecTests.cs (1)
242
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\GifCodecTests.cs (1)
109
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\IconCodecTests.cs (5)
132
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
328
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
546
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
750
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
1525
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\JpegCodecTests.cs (2)
112
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
227
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\PngCodecTests.cs (3)
145
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
297
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
470
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing.Imaging\TiffCodecTests.cs (1)
119
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
mono\System.Drawing\BitmapTests.cs (12)
64
BitmapData bd = bmp.
LockBits
(rect, ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
91
BitmapData data = bmp.
LockBits
(r, 0, PixelFormat.Format24bppRgb);
111
BitmapData data = bmp.
LockBits
(r, ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
114
Assert.Throws<InvalidOperationException>(() => bmp.
LockBits
(r, ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb));
216
BitmapData bd = bmp.
LockBits
(new Rectangle(0, 0, 2, 1), ImageLockMode.ReadOnly, format);
411
data = test.
LockBits
(new Rectangle(0, 0, test.Width, test.Height), ImageLockMode.ReadOnly, test.PixelFormat);
504
BitmapData bd = bmp.
LockBits
(new Rectangle(0, 0, width, height), mode, fmt);
680
data = bmp.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb);
709
data = bmp.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadWrite, PixelFormat.Format32bppArgb);
733
data = bmp.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
753
data = bmp.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
798
BitmapData data = bmp.
LockBits
(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadWrite, PixelFormat.Format1bppIndexed);
System\Drawing\BitmapTests.cs (20)
1066
BitmapData data = bitmap.
LockBits
(rectangle, lockMode, pixelFormat);
1113
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(x, y, width, height), ImageLockMode.ReadOnly, bitmap.PixelFormat));
1134
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), lockMode, format));
1146
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format16bppGrayScale));
1149
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadWrite, PixelFormat.Format16bppGrayScale));
1152
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.WriteOnly, PixelFormat.Format16bppGrayScale);
1163
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), lockMode, bitmap.PixelFormat));
1175
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb));
1186
bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat);
1188
Assert.Throws<InvalidOperationException>(() => bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat));
1191
Assert.Throws<InvalidOperationException>(() => bitmap.
LockBits
(new Rectangle(1, 1, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat));
1202
BitmapData data = bitmap.
LockBits
(new Rectangle(offset, offset, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat);
1213
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat);
1225
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat);
1249
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, bitmap.PixelFormat);
1348
BitmapData bitmapData = bitmap.
LockBits
(new Rectangle(0, 0, 2, 1), ImageLockMode.ReadOnly, format);
1474
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb);
1503
data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadWrite, PixelFormat.Format32bppArgb);
1527
BitmapData data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb);
1546
data = bitmap.
LockBits
(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadWrite, PixelFormat.Format24bppRgb);
System\Drawing\GraphicsTests.cs (2)
2903
BitmapData data = bitmap.
LockBits
(default, ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb);
2917
BitmapData data = bitmap.
LockBits
(default, ImageLockMode.ReadOnly, 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)
267
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);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataObject_BitmapBinderTests.cs (2)
69
BitmapData originalData = bitmap.
LockBits
(default, ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb);
70
BitmapData deserializedData = deserializedBitmap.
LockBits
(default, ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb);
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ScreenRecordService.cs (2)
248
lockedBitmaps[0] = (frames[0].image, frames[0].image.
LockBits
(bounds, ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb));
267
lockedBitmaps[currentFrameBufferIndex] = (frames[i].image, frames[i].image.
LockBits
(bounds, ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb));