1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
45
this.
bounds
= bounds;
3 references to bounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (3)
89
return
bounds
;
173
Graphics.FillRectangle(backBrush,
bounds
);
219
Rectangle newBounds = Rectangle.Inflate(
bounds
, -padding, 0);