11 references to CreateGraphics
System.Windows.Forms (11)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1356using Graphics g = hDC.CreateGraphics();
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2650using Graphics g = nmcd->nmcd.hdc.CreateGraphics(); 2714using Graphics g = nmcd->nmcd.hdc.CreateGraphics(); 6067using Graphics g = nmcd->hdc.CreateGraphics();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3494Graphics itemGraphics = itemHDC.CreateGraphics(); 3541itemGraphics = itemHDC.CreateGraphics();
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2744using (Graphics g = nmtvcd->nmcd.hdc.CreateGraphics()) 2825using (Graphics g = nmtvcd->nmcd.hdc.CreateGraphics())
System\Windows\Forms\Panels\Panel.cs (1)
229using Graphics g = hDC.CreateGraphics();
System\Windows\Forms\Rendering\GdiCache.ScreenGraphicsScope.cs (1)
26Graphics = scope.HDC.CreateGraphics();
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2324using Graphics graphics = paintScope.HDC.CreateGraphics();