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