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