8 references to Bounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (4)
658Rectangle bounds = e.Bounds; 845e.Bounds.Width > 2 * BORDER_SIZE && e.Bounds.Height > 2 * BORDER_SIZE) { 847Rectangle bounds = e.Bounds;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2557Rectangle drawBounds = die.Bounds;
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
128activeItemViewControl.Location = e.Bounds.Location; 140itemLocations[itemToDraw] = e.Bounds.Location; 142e.Graphics.DrawImage(rendererBitmap, e.Bounds.Location);