17 references to CreateGraphicsInternal
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
4452return CreateGraphicsInternal(); 5776using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3394using Graphics graphics = CreateGraphicsInternal(); 3608using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5438using (Graphics graphics = CreateGraphicsInternal())
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
672using 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)
5469using Graphics g = CreateGraphicsInternal();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
89using Graphics g = _descriptionLabel.CreateGraphicsInternal();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2212using Graphics g = CreateGraphicsInternal(); 2364using Graphics g = CreateGraphicsInternal();
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
201using Graphics graphics = CreateGraphicsInternal();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
209using Graphics g = _message.CreateGraphicsInternal();
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1027using Graphics g = CreateGraphicsInternal(); 1553using Graphics g = CreateGraphicsInternal();