17 references to CreateGraphicsInternal
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
4547
return
CreateGraphicsInternal
();
5911
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3392
using Graphics graphics =
CreateGraphicsInternal
();
3606
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)
672
using Graphics g =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
1951
using Graphics graphics =
CreateGraphicsInternal
();
2278
using (Graphics graphics =
CreateGraphicsInternal
())
2379
using Graphics graphics =
CreateGraphicsInternal
();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5519
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
();
1553
using Graphics g =
CreateGraphicsInternal
();