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