5 references to WriteOnly
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
129ImageLockMode.WriteOnly,
System.Drawing.Common (3)
System\Drawing\Icon.cs (2)
636ImageLockMode.WriteOnly, 692targetData = bitmap.LockBits(new Rectangle(0, 0, bmpData.Width, bmpData.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);
System\Drawing\Imaging\ImageLockMode.cs (1)
24ReadWrite = ReadOnly | WriteOnly,
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
632targetData = result.LockBits(new Rectangle(0, 0, _imageSize.Width, _imageSize.Height), ImageLockMode.WriteOnly, PixelFormat.Format32bppArgb);