25 overrides of Bounds
System.Windows.Forms (18)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1665public override Rectangle Bounds {
winforms\Managed\System\WinForms\ComboBox.cs (3)
4611public override Rectangle Bounds { 5413public override Rectangle Bounds { 5581public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
1211public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
1066public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
902public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridRow.cs (2)
757public override Rectangle Bounds { 917public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridState.cs (1)
161public override Rectangle Bounds {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4758public override Rectangle Bounds
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1926public override Rectangle Bounds
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
37public override Rectangle Bounds
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2709public override Rectangle Bounds {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2740public override Rectangle Bounds {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6220public override Rectangle Bounds {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4401public override Rectangle Bounds {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1907public override Rectangle Bounds {
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\AccessibleObject.cs (1)
467public override Rectangle Bounds
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (1)
53public override Rectangle Bounds
AuthoringOM\Design\Connector.cs (1)
749public override Rectangle Bounds
AuthoringOM\Design\DesignerWidgets.cs (2)
2930public override Rectangle Bounds 3591public override Rectangle Bounds
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (1)
103public override Rectangle Bounds
AuthoringOM\Design\WorkflowView.cs (1)
2259public override Rectangle Bounds
26 references to Bounds
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AccessibleObject.cs (5)
502if (child != null && child.Bounds.Contains(x, y)) { 520if (this.Bounds.Contains(x, y)) { 649return this.Bounds; 1362Rectangle bounds = this.Bounds; 1378Rectangle bounds = child.Bounds;
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1620if (child.Bounds.Contains(x, y)) { 1627if (this.Bounds.Contains(x, y)) {
winforms\Managed\System\WinForms\ComboBox.cs (3)
5104return Bounds; 5267return Bounds; 5415return _owner.AccessibilityObject.Bounds;
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
428return this.Bounds; 506return panel.AccessibilityObject.Bounds;
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
5094Rectangle rowRect = parentAccObject.Bounds; 5106+ (rowHeadersVisible ? 1 : 0)).Bounds; // + 1 but only if the row headers are visible 5139+ (rowHeadersVisible ? 1 : 0)).Bounds; // +1 but only if the row headers are visible
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
1941+ 1).Bounds; // + 1 because we want to get the bounds for the next visible row 1974rowRect = this.ParentPrivate.GetChild(visibleRowIndex).Bounds;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1218Rectangle rowRect = this.ParentPrivate.Bounds;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2682if (this.Bounds.Contains(x, y)) {
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
2613if (ToolbarAccessibleObject.Bounds.Contains(point)) { 2617if (GridViewAccessibleObject.Bounds.Contains(point)) { 2621if (HotCommandsAccessibleObject.Bounds.Contains(point)) { 2625if (HelpAccessibleObject.Bounds.Contains(point)) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1491if (gridEntry.AccessibilityObject.Bounds.Contains(point)) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3953return this.AccessibilityObject.Bounds;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
1054while (accessibilityObject.Bounds.Size.IsEmpty && accessibilityObject.GetChildCount() > 0)