2 references to DrawImageDisabled
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
407
ControlPaint.
DrawImageDisabled
(graphics, image, imageBounds, unscaledImage: true);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1594
=>
DrawImageDisabled
(graphics, image, new Rectangle(x, y, image.Width, image.Height), unscaledImage: false);