9 references to BitmapData
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
127BitmapData bmData = bitmapFinal.LockBits(
System.Drawing (1)
System.Drawing.cs (1)
69[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.BitmapData))]
System.Windows.Forms (6)
System\Windows\Forms\Components\ImageList\ImageList.cs (5)
549private static unsafe void CopyBitmapData(BitmapData sourceData, BitmapData targetData) 571private static unsafe bool BitmapHasAlpha(BitmapData bmpData) 619BitmapData? bmpData = null; 620BitmapData? targetData = null;
System\Windows\Forms\Rendering\ControlPaint.cs (1)
292BitmapData data = bitmap.LockBits(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
671BitmapData data = b.LockBits(new Rectangle(0, 0, b.Width, b.Height), ImageLockMode.ReadWrite, PixelFormat.Format32bppArgb);