1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
42
this.
graphics
= graphics;
3 references to graphics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (3)
60
return
graphics
;
150
TextRenderer.DrawText(
graphics
, toolTipText, font, bounds, foreColor, flags);
159
ControlPaint.DrawBorder(
graphics
, bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);