1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
45this.bounds = bounds;
4 references to bounds
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (4)
94return bounds; 130Graphics.FillRectangle(backBrush, bounds); 150TextRenderer.DrawText(graphics, toolTipText, font, bounds, foreColor, flags); 159ControlPaint.DrawBorder(graphics, bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);