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