27 references to CreateGraphicsInternal
System.Windows.Forms (27)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3398Graphics graphics = CreateGraphicsInternal(); 3635Graphics graphics = CreateGraphicsInternal();
winforms\Managed\System\WinForms\Control.cs (3)
5754return CreateGraphicsInternal(); 6566Graphics graphics = CreateGraphicsInternal(); 7241using (Graphics graphics = CreateGraphicsInternal()) {
winforms\Managed\System\WinForms\DataGrid.cs (3)
4761Graphics g = CreateGraphicsInternal(); 5051Graphics g = CreateGraphicsInternal(); 5781using (Graphics graphics = CreateGraphicsInternal()) {
winforms\Managed\System\WinForms\DataGridTable.cs (2)
383Graphics g = DataGrid.CreateGraphicsInternal(); 910Graphics g = DataGrid.CreateGraphicsInternal();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5438using (Graphics graphics = CreateGraphicsInternal())
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
245Graphics graphics = CreateGraphicsInternal();
winforms\Managed\System\WinForms\LinkLabel.cs (2)
655g = created = CreateGraphicsInternal(); 798Graphics g = CreateGraphicsInternal();
winforms\Managed\System\WinForms\ListBox.cs (3)
1952Graphics graphics = CreateGraphicsInternal(); 2239using (Graphics graphics = CreateGraphicsInternal()) { 2365Graphics graphics = CreateGraphicsInternal();
winforms\Managed\System\WinForms\ListView.cs (1)
5122Graphics g = this.CreateGraphicsInternal();
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
425Graphics tempGraphics = CreateGraphicsInternal();
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
90Graphics g = m_labelDesc.CreateGraphicsInternal();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2447using (Graphics g = CreateGraphicsInternal()) { 2606using (Graphics g = CreateGraphicsInternal()) {
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1214using (Graphics g = CreateGraphicsInternal()) { 1706Graphics g = this.CreateGraphicsInternal();
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
555Graphics g = this.parent.CreateGraphicsInternal();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
233Graphics g = message.CreateGraphicsInternal();
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
477using (Graphics g = this.parent.CreateGraphicsInternal()) {