27 references to CreateGraphicsInternal
System.Windows.Forms (27)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3398
Graphics graphics =
CreateGraphicsInternal
();
3635
Graphics graphics =
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\Control.cs (3)
5754
return
CreateGraphicsInternal
();
6566
Graphics graphics =
CreateGraphicsInternal
();
7241
using (Graphics graphics =
CreateGraphicsInternal
()) {
winforms\Managed\System\WinForms\DataGrid.cs (3)
4761
Graphics g =
CreateGraphicsInternal
();
5051
Graphics g =
CreateGraphicsInternal
();
5781
using (Graphics graphics =
CreateGraphicsInternal
()) {
winforms\Managed\System\WinForms\DataGridTable.cs (2)
383
Graphics g = DataGrid.
CreateGraphicsInternal
();
910
Graphics g = DataGrid.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5438
using (Graphics graphics =
CreateGraphicsInternal
())
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
245
Graphics graphics =
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\LinkLabel.cs (2)
655
g = created =
CreateGraphicsInternal
();
798
Graphics g =
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\ListBox.cs (3)
1952
Graphics graphics =
CreateGraphicsInternal
();
2239
using (Graphics graphics =
CreateGraphicsInternal
()) {
2365
Graphics graphics =
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\ListView.cs (1)
5122
Graphics g = this.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
425
Graphics tempGraphics =
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
90
Graphics g = m_labelDesc.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2447
using (Graphics g =
CreateGraphicsInternal
()) {
2606
using (Graphics g =
CreateGraphicsInternal
()) {
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1214
using (Graphics g =
CreateGraphicsInternal
()) {
1706
Graphics g = this.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
555
Graphics g = this.parent.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
233
Graphics g = message.
CreateGraphicsInternal
();
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
477
using (Graphics g = this.parent.
CreateGraphicsInternal
()) {