28 overrides of BoundingRectangle
UIAutomationClientsideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
357
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
131
internal override Rect
BoundingRectangle
931
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
58
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
95
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
716
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
76
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
73
internal unsafe override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
106
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
66
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
78
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
378
internal override Rect
BoundingRectangle
1258
internal override Rect
BoundingRectangle
2919
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
292
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
140
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
132
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
412
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
135
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
469
internal override Rect
BoundingRectangle
783
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
420
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
943
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
66
internal override Rect
BoundingRectangle
367
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
844
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
481
internal override Rect
BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientsideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
155
NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.
BoundingRectangle
);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
556
if (menuProxy.
BoundingRectangle
.Width != 0 && menuProxy.
BoundingRectangle
.Height != 0)
574
Rect rect = grip.
BoundingRectangle
;
596
Rect rect = grip.
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
264
Rect itemRect =
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
320
Rect itemRect =
BoundingRectangle
;
338
Rect parentRect = parent.
BoundingRectangle
;
453
return
BoundingRectangle
;
588
NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
135
NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
116
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
449
Rect boundingRectangle =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
80
Rect parentRect = GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
143
Rect parentRect = GetParent().GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
856
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
386
Rect rect =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
149
return base.
BoundingRectangle
;
180
Rect rcParent = _parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
248
Rect rcParent = parent._parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
139
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
140
Rect rcEdit = _elEdit.
BoundingRectangle
;
166
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
167
Rect rcEdit = _elEdit.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
574
Rect firstRect = firstChild.
BoundingRectangle
;
575
Rect lastRect = lastChild.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
915
Rect parentRect = parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
266
Rect rcUpDown = _elUpDown.
BoundingRectangle
;