4 references to ReadOnly
System.Drawing (2)
commonui\System\Drawing\Advanced\ImageLockMode.cs (1)
46ReadWrite = ReadOnly | WriteOnly,
commonui\System\Drawing\Icon.cs (1)
1023bmpData = tmpBitmap.LockBits(new Rectangle(0,0, tmpBitmap.Width, tmpBitmap.Height), ImageLockMode.ReadOnly, tmpBitmap.PixelFormat);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
268ImageLockMode.ReadOnly,
winforms\Managed\System\WinForms\ImageList.cs (1)
720bmpData = tmpBitmap.LockBits(new Rectangle(imageInfo.rcImage_left,imageInfo.rcImage_top, imageInfo.rcImage_right-imageInfo.rcImage_left, imageInfo.rcImage_bottom-imageInfo.rcImage_top), ImageLockMode.ReadOnly, tmpBitmap.PixelFormat);