7 references to Bounds
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (5)
3123Rectangle itemBounds = lvi.Bounds; 4704Rectangle rectInvalid = this.Items[startIndex].Bounds; 4707rectInvalid = Rectangle.Union(rectInvalid, this.Items[index].Bounds); 4711rectInvalid = Rectangle.Union(rectInvalid, this.Items[startIndex - 1].Bounds); 4721rectInvalid = Rectangle.Union(rectInvalid, this.Items[endIndex + 1].Bounds);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1029Rectangle r = this.Bounds;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
410this.listBoxAutoComplete.Size = new Size(this.listBoxAutoComplete.Items[0].Bounds.Width + 30, 72);