12 references to GetScreenDCGraphics
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
668
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
1472
using var screen = GdiCache.
GetScreenDCGraphics
();
1533
using var screen = GdiCache.
GetScreenDCGraphics
();
2289
using var screen = GdiCache.
GetScreenDCGraphics
();
2301
using var screen = GdiCache.
GetScreenDCGraphics
();
2344
using var screen = GdiCache.
GetScreenDCGraphics
();
2754
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
541
using (var screen = GdiCache.
GetScreenDCGraphics
())
1779
using (var screen = GdiCache.
GetScreenDCGraphics
())
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
226
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\Labels\Label.cs (1)
1080
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
343
using var screen = GdiCache.
GetScreenDCGraphics
();