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