17 references to CreateGraphicsInternal
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
4755return CreateGraphicsInternal(); 6130using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3484using Graphics graphics = CreateGraphicsInternal(); 3702using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5432using (Graphics graphics = CreateGraphicsInternal())
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
687using Graphics g = CreateGraphicsInternal();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
1953using Graphics graphics = CreateGraphicsInternal(); 2280using (Graphics graphics = CreateGraphicsInternal()) 2381using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5521using Graphics g = CreateGraphicsInternal();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
91using Graphics g = _descriptionLabel.CreateGraphicsInternal();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2235using Graphics g = CreateGraphicsInternal(); 2387using Graphics g = CreateGraphicsInternal();
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
201using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
217using Graphics g = _message.CreateGraphicsInternal();
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1027using Graphics g = CreateGraphicsInternal(); 1555using Graphics g = CreateGraphicsInternal();