3 writes to biHeight
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
382
bitmapInfo->bmiHeader.
biHeight
= ulHeight;
System.Windows.Forms (2)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
130
biHeight
= bmp.bmHeight,
System\Windows\Forms\Rendering\ControlPaint.cs (1)
197
biHeight
= bitmap.Height,
1 reference to biHeight
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
240
(uint)bitmapInfo->bmiHeader.
biHeight
,