9 references to BitmapData
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
127
BitmapData
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)
549
private static unsafe void CopyBitmapData(
BitmapData
sourceData,
BitmapData
targetData)
571
private static unsafe bool BitmapHasAlpha(
BitmapData
bmpData)
619
BitmapData
? bmpData = null;
620
BitmapData
? targetData = null;
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);