5 references to Bitmap
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5636sizeGripGlyph = new Bitmap(ResizeGripSize, ResizeGripSize, g);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
439paintBufferBitmap = new Bitmap((int)(ClientRectangle.Width * scaleX), (int)(ClientRectangle.Height * scaleY), e.Graphics);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (1)
1932using (Bitmap bitmap = new Bitmap(tabTextRectangle.Height, tabTextRectangle.Width, e.Graphics))
AuthoringOM\Design\WorkflowView.cs (2)
1034this.viewPortBitmap = new Bitmap(Math.Max(1, ViewPortSize.Width), Math.Max(1, ViewPortSize.Height), e.Graphics); 1536viewPortData.MemoryBitmap = new Bitmap(viewPortData.LogicalViewPort.Width, viewPortData.LogicalViewPort.Height, graphics);