17 references to CreateGraphicsInternal
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
4755
return
CreateGraphicsInternal
();
6130
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3484
using Graphics graphics =
CreateGraphicsInternal
();
3702
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5432
using (Graphics graphics =
CreateGraphicsInternal
())
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
687
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)
5521
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
91
using Graphics g = _descriptionLabel.
CreateGraphicsInternal
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2235
using Graphics g =
CreateGraphicsInternal
();
2387
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
201
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
217
using Graphics g = _message.
CreateGraphicsInternal
();
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1027
using Graphics g =
CreateGraphicsInternal
();
1555
using Graphics g =
CreateGraphicsInternal
();