18 references to CreateGraphics
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
91
Dim labelGraphics As Graphics = Label.
CreateGraphics
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
2259
using Graphics g =
CreateGraphics
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
299
using (Graphics g =
CreateGraphics
())
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
612
using (Graphics g = _gridView.
CreateGraphics
())
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
169
using Graphics graphics =
CreateGraphics
();
System.Windows.Forms.Design (11)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
523
using Graphics g = _listBox.
CreateGraphics
();
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
361
using (Graphics g =
CreateGraphics
())
412
using Graphics g =
CreateGraphics
();
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
138
Graphics result = _adornerWindow.
CreateGraphics
();
System\Windows\Forms\Design\ComponentTray.cs (1)
1987
Graphics gr =
CreateGraphics
();
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
45
using Graphics g = _typesListBox.
CreateGraphics
();
System\Windows\Forms\Design\DesignerUtils.cs (1)
529
using Graphics g = ctrl.
CreateGraphics
();
System\Windows\Forms\Design\SplitterPanelDesigner.cs (3)
134
using Graphics graphics = _splitterPanel.
CreateGraphics
();
158
using Graphics graphics = control.
CreateGraphics
();
173
using Graphics graphics = control.
CreateGraphics
();
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
61
get => _toolStripAdornerWindow.
CreateGraphics
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (1)
504
using Graphics graphics = form.
CreateGraphics
();
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
298
using (SD.Graphics graphicsTemplate = control.
CreateGraphics
())