1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (1)
44
this.
bounds
= bounds;
5 references to bounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (5)
84
return
bounds
;
155
vsr.DrawBackground(graphics,
bounds
);
159
graphics.FillRectangle(backBrush,
bounds
);
164
Rectangle r = this.
bounds
;
213
Rectangle newBounds = Rectangle.Inflate(
bounds
, -padding, 0);