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)
1461
using var screen = GdiCache.
GetScreenDCGraphics
();
1522
using var screen = GdiCache.
GetScreenDCGraphics
();
2278
using var screen = GdiCache.
GetScreenDCGraphics
();
2290
using var screen = GdiCache.
GetScreenDCGraphics
();
2333
using var screen = GdiCache.
GetScreenDCGraphics
();
2743
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
541
using (var screen = GdiCache.
GetScreenDCGraphics
())
1772
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)
1078
using var screen = GdiCache.
GetScreenDCGraphics
();
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
343
using var screen = GdiCache.
GetScreenDCGraphics
();