1 write to Graphics
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
29
Graphics
= graphics.OrThrowIfNull();
4 references to Graphics
System.Windows.Forms (3)
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (3)
75
Graphics
.FillRectangle(backBrush, Bounds);
93
TextRenderer.DrawText(
Graphics
, ToolTipText, Font, Bounds, _foreColor, flags);
101
ControlPaint.DrawBorder(
Graphics
, Bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DrawToolTipEventArgsTests.cs (1)
25
Assert.Same(graphics, e.
Graphics
);