14 references to ScreenGraphicsScope
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
668using var screen = GdiCache.GetScreenDCGraphics();
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
1488using var screen = GdiCache.GetScreenDCGraphics(); 1549using var screen = GdiCache.GetScreenDCGraphics(); 2303using var screen = GdiCache.GetScreenDCGraphics(); 2315using var screen = GdiCache.GetScreenDCGraphics(); 2358using var screen = GdiCache.GetScreenDCGraphics(); 2768using var screen = GdiCache.GetScreenDCGraphics();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
548using (var screen = GdiCache.GetScreenDCGraphics()) 1790using (var screen = GdiCache.GetScreenDCGraphics())
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
226using var screen = GdiCache.GetScreenDCGraphics();
System\Windows\Forms\Controls\Labels\Label.cs (1)
1088using var screen = GdiCache.GetScreenDCGraphics();
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
343using var screen = GdiCache.GetScreenDCGraphics();
System\Windows\Forms\Rendering\GdiCache.cs (1)
49public static ScreenGraphicsScope GetScreenDCGraphics()
System\Windows\Forms\Rendering\GdiCache.ScreenGraphicsScope.cs (1)
29public static implicit operator Graphics(in ScreenGraphicsScope scope) => scope.Graphics;