17 references to CreateGraphicsInternal
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
4452
return
CreateGraphicsInternal
();
5776
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3394
using Graphics graphics =
CreateGraphicsInternal
();
3608
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5438
using (Graphics graphics =
CreateGraphicsInternal
())
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
672
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
1953
using Graphics graphics =
CreateGraphicsInternal
();
2280
using (Graphics graphics =
CreateGraphicsInternal
())
2381
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5469
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
89
using Graphics g = _descriptionLabel.
CreateGraphicsInternal
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2212
using Graphics g =
CreateGraphicsInternal
();
2364
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
201
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
209
using Graphics g = _message.
CreateGraphicsInternal
();
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1027
using Graphics g =
CreateGraphicsInternal
();
1553
using Graphics g =
CreateGraphicsInternal
();