28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
349
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
118
internal override Rect
BoundingRectangle
918
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
50
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
89
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
708
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
69
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
71
internal unsafe override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
99
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
61
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
71
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
367
internal override Rect
BoundingRectangle
1245
internal override Rect
BoundingRectangle
2906
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
277
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
129
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
126
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
399
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
121
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
458
internal override Rect
BoundingRectangle
772
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
411
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
945
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
58
internal override Rect
BoundingRectangle
359
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
454
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
835
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
468
internal override Rect
BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
158
NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.
BoundingRectangle
);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
559
if (menuProxy.
BoundingRectangle
.Width != 0 && menuProxy.
BoundingRectangle
.Height != 0)
577
Rect rect = grip.
BoundingRectangle
;
599
Rect rect = grip.
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
253
Rect itemRect =
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
313
Rect itemRect =
BoundingRectangle
;
331
Rect parentRect = parent.
BoundingRectangle
;
446
return
BoundingRectangle
;
581
NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
122
NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
109
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
442
Rect boundingRectangle =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
75
Rect parentRect = GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
136
Rect parentRect = GetParent().GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
845
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
346
Rect rect =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
138
return base.
BoundingRectangle
;
169
Rect rcParent = _parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
242
Rect rcParent = parent._parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
125
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
126
Rect rcEdit = _elEdit.
BoundingRectangle
;
152
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
153
Rect rcEdit = _elEdit.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
576
Rect firstRect = firstChild.
BoundingRectangle
;
577
Rect lastRect = lastChild.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
906
Rect parentRect = parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
258
Rect rcUpDown = _elUpDown.
BoundingRectangle
;